diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-03 20:54:37 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 13:57:13 +0100 |
commit | 6338b66f8a8c5bc8ff8671acbfdda02756e92c0a (patch) | |
tree | fdb49df958db1002890f45f38ba93f0b0e8d0e79 /arch/arm/mach-integrator/common.h | |
parent | ARM: restart: highbank: use new restart hook (diff) | |
download | linux-6338b66f8a8c5bc8ff8671acbfdda02756e92c0a.tar.xz linux-6338b66f8a8c5bc8ff8671acbfdda02756e92c0a.zip |
ARM: restart: integrator: use new restart hook
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-integrator/common.h')
-rw-r--r-- | arch/arm/mach-integrator/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-integrator/common.h b/arch/arm/mach-integrator/common.h index a08f9b0299df..899561d8db28 100644 --- a/arch/arm/mach-integrator/common.h +++ b/arch/arm/mach-integrator/common.h @@ -1,2 +1,3 @@ void integrator_init_early(void); void integrator_reserve(void); +void integrator_restart(char, const char *); |