diff options
author | Lee Jones <lee.jones@linaro.org> | 2013-11-06 14:05:43 +0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-11-27 00:01:54 +0400 |
commit | 6f6d6433c08089e033756f55aecbd07d693536c4 (patch) | |
tree | 22a143cb9011340ec08bcac544f415ef058d274a /arch/arm/mach-ux500/cpu.c | |
parent | d4033047bb07efd6377c45b7b92c308e3b52a6a0 (diff) | |
download | linux-6f6d6433c08089e033756f55aecbd07d693536c4.tar.xz |
ARM: ux500: Consolidate [A|D]B8500 platform data
Move the platform data from all these files into one, delete empty
files and remove all references to them.
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.c')
-rw-r--r-- | arch/arm/mach-ux500/cpu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/cpu.c b/arch/arm/mach-ux500/cpu.c index f84d4397896b..8f8004f07239 100644 --- a/arch/arm/mach-ux500/cpu.c +++ b/arch/arm/mach-ux500/cpu.c @@ -25,7 +25,6 @@ #include <asm/mach/map.h> #include "setup.h" -#include "devices.h" #include "board-mop500.h" #include "db8500-regs.h" |