diff options
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. |