summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/cpu-db8500.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-09-18 14:50:59 +0100
committerLinus Walleij <linus.walleij@linaro.org>2013-09-26 11:08:07 +0200
commit4f01a04cdeefdc52e3c5379726c293e51bdd3f2b (patch)
treea4bbdfa74202b93ebcb14f8ccda5109df84a4e7b /arch/arm/mach-ux500/cpu-db8500.c
parentf1ff5b2549990b5de080b52e3313cbb30c218853 (diff)
downloadlinux-4f01a04cdeefdc52e3c5379726c293e51bdd3f2b.tar.bz2
ARM: ux500: Deactivate enablement of DMA40 during ATAG booting
It's time to remove all ATAG support from ux500 and rely solely on Device Tree booting. This patch is part of that endeavour. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db8500.c')
-rw-r--r--arch/arm/mach-ux500/cpu-db8500.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c
index a9221cc019d6..9c0c9a70715a 100644
--- a/arch/arm/mach-ux500/cpu-db8500.c
+++ b/arch/arm/mach-ux500/cpu-db8500.c
@@ -32,7 +32,6 @@
#include "irqs.h"
#include "devices-db8500.h"
-#include "ste-dma40-db8500.h"
#include "db8500-regs.h"
#include "board-mop500.h"
#include "id.h"
@@ -134,7 +133,6 @@ static struct platform_device db8500_pmu_device = {
};
static struct platform_device *platform_devs[] __initdata = {
- &u8500_dma40_device,
&db8500_pmu_device,
};