diff options
author | Guenter Roeck <linux@roeck-us.net> | 2014-09-25 20:03:17 -0400 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2014-09-26 03:00:48 -0400 |
commit | 6cd6d94d96d9b1cd8a62da91aac44cf56e301e75 (patch) | |
tree | 81fb4891cbcc3e895397c8aa659dcc8afb94b176 /arch/arm/kernel | |
parent | d20a1d90acf61f69a6474fce7e9656d36bd8ba80 (diff) |
arm/arm64: unexport restart handlers
Implementing a restart handler in a module don't make sense as there would
be no guarantee that the module is loaded when a restart is needed.
Unexport arm_pm_restart to ensure that no one gets the idea to do it
anyway.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Heiko Stuebner <heiko@sntech.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jonas Jensen <jonas.jensen@gmail.com>
Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Russell King <linux@arm.linux.org.uk>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Tomasz Figa <t.figa@samsung.com>
Cc: Will Deacon <will.deacon@arm.com>
Cc: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'arch/arm/kernel')
-rw-r--r-- | arch/arm/kernel/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c index ea279f7a8767..250b6f652afc 100644 --- a/arch/arm/kernel/process.c +++ b/arch/arm/kernel/process.c | |||
@@ -121,7 +121,6 @@ void (*pm_power_off)(void); | |||
121 | EXPORT_SYMBOL(pm_power_off); | 121 | EXPORT_SYMBOL(pm_power_off); |
122 | 122 | ||
123 | void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); | 123 | void (*arm_pm_restart)(enum reboot_mode reboot_mode, const char *cmd); |
124 | EXPORT_SYMBOL_GPL(arm_pm_restart); | ||
125 | 124 | ||
126 | /* | 125 | /* |
127 | * This is our default idle handler. | 126 | * This is our default idle handler. |