diff options
author | Philippe Langlais <philippe.langlais@linaro.org> | 2011-04-08 16:38:58 +0200 |
---|---|---|
committer | Ulf Hansson <ulf.hansson@stericsson.com> | 2011-09-19 15:14:48 +0200 |
commit | 0d63e6e26b12b487fe7af942c40275f38b7e3632 (patch) | |
tree | b6173c36ba4654d819b4a9653572c972c743e2d8 /arch/arm/mach-ux500/cpu-db5500.c | |
parent | efcfe9fc24d2fcb511aa2da64220a430c5e7708c (diff) |
mach-ux500: put all ste-dma40-db*.h in include/mach & withdraw duplicated files
Signed-off-by: Philippe Langlais <philippe.langlais@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/cpu-db5500.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu-db5500.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu-db5500.c b/arch/arm/mach-ux500/cpu-db5500.c index 4b1d579183c..1ab3b3d3d13 100644 --- a/arch/arm/mach-ux500/cpu-db5500.c +++ b/arch/arm/mach-ux500/cpu-db5500.c @@ -20,9 +20,9 @@ #include <mach/setup.h> #include <mach/irqs.h> #include <mach/usb.h> +#include <mach/ste-dma40-db5500.h> #include "devices-db5500.h" -#include "ste-dma40-db5500.h" static struct map_desc u5500_uart_io_desc[] __initdata = { __IO_DEV_DESC(U5500_UART0_BASE, SZ_4K), |