summaryrefslogtreecommitdiff
path: root/arch/arm/mach-realview/hotplug.h
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2016-02-25 11:26:07 +0100
committerLinus Walleij <linus.walleij@linaro.org>2016-08-15 20:52:55 +0200
commit7484c727b636a838818e71f6d03114633b25aba2 (patch)
tree7e2d7f5825e2d4c2dc2a386ab6f6b9d9b2a42851 /arch/arm/mach-realview/hotplug.h
parent29b4817d4018df78086157ea3a55c1d9424a7cfc (diff)
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/hotplug.h')
-rw-r--r--arch/arm/mach-realview/hotplug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/hotplug.h b/arch/arm/mach-realview/hotplug.h
new file mode 100644
index 000000000000..eacd7a4dad2f
--- /dev/null
+++ b/arch/arm/mach-realview/hotplug.h
@@ -0,0 +1 @@
+void realview_cpu_die(unsigned int cpu);