diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-11-25 17:32:22 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-18 14:09:34 +0100 |
commit | 6d407a6eac8378c45a09a3c071d6f1ed31d938e9 (patch) | |
tree | 99dd31c54df49dc37a4997e5036772ad5bff6cdf /arch/arm/mach-realview/core.c | |
parent | 17d44d7d87582366b8d508139c7307bab4103c6e (diff) | |
download | lwn-6d407a6eac8378c45a09a3c071d6f1ed31d938e9.tar.gz lwn-6d407a6eac8378c45a09a3c071d6f1ed31d938e9.zip |
ARM: realview: make all header files local
Nothing includes these files any more, so we can simply move them
from arch/arm/mach-realview/include/mach/ to arch/arm/mach-realview.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
[Two fixes added to make everything compile]
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-realview/core.c')
-rw-r--r-- | arch/arm/mach-realview/core.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/mach-realview/core.c b/arch/arm/mach-realview/core.c index 44575edc44b1..baf174542e36 100644 --- a/arch/arm/mach-realview/core.c +++ b/arch/arm/mach-realview/core.c @@ -36,8 +36,7 @@ #include <linux/memblock.h> #include <clocksource/timer-sp804.h> - -#include <mach/hardware.h> +#include "hardware.h" #include <asm/irq.h> #include <asm/mach-types.h> #include <asm/hardware/icst.h> @@ -46,8 +45,7 @@ #include <asm/mach/irq.h> #include <asm/mach/map.h> -#include <mach/platform.h> -#include <mach/irqs.h> +#include "platform.h" #include <plat/sched_clock.h> |