diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2016-02-25 13:26:07 +0300 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2016-08-15 21:52:55 +0300 |
commit | 7484c727b636a838818e71f6d03114633b25aba2 (patch) | |
tree | 7e2d7f5825e2d4c2dc2a386ab6f6b9d9b2a42851 /arch/arm/mach-realview/platsmp-dt.c | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) | |
download | linux-7484c727b636a838818e71f6d03114633b25aba2.tar.xz |
ARM: realview: delete the RealView board files
The device tree boot is now feature-complete and fully working,
so remove all the RealView board files. Move the remaining
realview_cpu_die() function frome "core.h" to the new "hotplug.h"
and leave just a minimal device tree core.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-realview/platsmp-dt.c')
-rw-r--r-- | arch/arm/mach-realview/platsmp-dt.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-realview/platsmp-dt.c b/arch/arm/mach-realview/platsmp-dt.c index 6964e8876061..70ca99eb52c6 100644 --- a/arch/arm/mach-realview/platsmp-dt.c +++ b/arch/arm/mach-realview/platsmp-dt.c @@ -17,8 +17,7 @@ #include <asm/smp_scu.h> #include <plat/platsmp.h> - -#include "core.h" +#include "hotplug.h" #define REALVIEW_SYS_FLAGSSET_OFFSET 0x30 |