diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-09-18 14:50:59 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-09-26 11:08:07 +0200 |
commit | 4f01a04cdeefdc52e3c5379726c293e51bdd3f2b (patch) | |
tree | a4bbdfa74202b93ebcb14f8ccda5109df84a4e7b /arch/arm/mach-ux500/devices.h | |
parent | f1ff5b2549990b5de080b52e3313cbb30c218853 (diff) | |
download | linux-next-4f01a04cdeefdc52e3c5379726c293e51bdd3f2b.tar.gz |
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/devices.h')
-rw-r--r-- | arch/arm/mach-ux500/devices.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/devices.h b/arch/arm/mach-ux500/devices.h index da23c0596d9e..5bca7c605cd6 100644 --- a/arch/arm/mach-ux500/devices.h +++ b/arch/arm/mach-ux500/devices.h @@ -12,6 +12,4 @@ struct amba_device; extern struct amba_device ux500_pl031_device; -extern struct platform_device u8500_dma40_device; - #endif |