projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82b2f49
)
arm64: Fix definition of arm_pm_restart to match the declaration
author
Catalin Marinas
<catalin.marinas@arm.com>
Tue, 23 Jul 2013 10:05:10 +0000
(11:05 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Tue, 23 Jul 2013 10:05:10 +0000
(11:05 +0100)
Commit
ff70130
(arm64: use common reboot infrastructure) converted the
arm_pm_restart declaration to the new reboot infrastructure but missed
the actual definition.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/process.c
patch
|
blob
|
history
diff --git
a/arch/arm64/kernel/process.c
b/arch/arm64/kernel/process.c
index 1788bf6b471f63a6fe708cb608039c51fe1e40fa..57fb55c44c901c19c7264f02ff44d6c481fadc56 100644
(file)
--- a/
arch/arm64/kernel/process.c
+++ b/
arch/arm64/kernel/process.c
@@
-81,7
+81,7
@@
void soft_restart(unsigned long addr)
void (*pm_power_off)(void);
EXPORT_SYMBOL_GPL(pm_power_off);
-void (*arm_pm_restart)(
char str
, const char *cmd);
+void (*arm_pm_restart)(
enum reboot_mode reboot_mode
, const char *cmd);
EXPORT_SYMBOL_GPL(arm_pm_restart);
void arch_cpu_idle_prepare(void)