summaryrefslogtreecommitdiff
path: root/arch/arm/mach-realview/platsmp.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2015-11-25 17:32:22 +0100
committerLinus Walleij <linus.walleij@linaro.org>2015-12-18 14:09:34 +0100
commit6d407a6eac8378c45a09a3c071d6f1ed31d938e9 (patch)
tree99dd31c54df49dc37a4997e5036772ad5bff6cdf /arch/arm/mach-realview/platsmp.c
parent17d44d7d87582366b8d508139c7307bab4103c6e (diff)
downloadlwn-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/platsmp.c')
-rw-r--r--arch/arm/mach-realview/platsmp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-realview/platsmp.c b/arch/arm/mach-realview/platsmp.c
index 98e3052b7933..a2331b36ccce 100644
--- a/arch/arm/mach-realview/platsmp.c
+++ b/arch/arm/mach-realview/platsmp.c
@@ -13,13 +13,13 @@
#include <linux/smp.h>
#include <linux/io.h>
-#include <mach/hardware.h>
+#include "hardware.h"
#include <asm/mach-types.h>
#include <asm/smp_scu.h>
-#include <mach/board-eb.h>
-#include <mach/board-pb11mp.h>
-#include <mach/board-pbx.h>
+#include "board-eb.h"
+#include "board-pb11mp.h"
+#include "board-pbx.h"
#include <plat/platsmp.h>