diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2012-09-19 19:31:19 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-01-29 18:47:37 +0100 |
commit | 7a4f26097d389c16c9956bc03b81532698d97d64 (patch) | |
tree | 7b8ef72b5ab68de1724fa7afc3dcf6926c278ee2 /arch/arm/mach-ux500/cpu-db8500.c | |
parent | ARM: ux500: Introduce cpu_is_u8580() (diff) | |
download | linux-7a4f26097d389c16c9956bc03b81532698d97d64.tar.xz linux-7a4f26097d389c16c9956bc03b81532698d97d64.zip |
ARM: ux500: de-globalize <mach/id.h>
This removes the file <mach/id.h> from the global kernel include
scope, making it a pure mach-ux500 detail. All ASIC specifics
needed by drivers shall henceforth be passed from either platform
data or the device tree.
Cc: Rafael J. Wysocki <rjw@sisk.pl>
Acked-by: Samuel Ortiz <sameo@linux.intel.com>
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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index db0bb75e2c76..09c3fee726d4 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -37,7 +37,9 @@ #include "devices-db8500.h" #include "ste-dma40-db8500.h" + #include "board-mop500.h" +#include "id.h" /* minimum static i/o mapping required to boot U8500 platforms */ static struct map_desc u8500_uart_io_desc[] __initdata = { |