diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 15:51:25 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 12:57:20 +0000 |
commit | 7e3974b2f3e393abcf7934f020e26d3d22efa940 (patch) | |
tree | 5e9a9b718e764765c6379ef518434e043a60c8c4 /arch/arm/mach-u300/include/mach/platform.h | |
parent | abea3f2ce05f57e185b080e4a313f9fb519a0ecb (diff) | |
download | op-kernel-dev-7e3974b2f3e393abcf7934f020e26d3d22efa940.zip op-kernel-dev-7e3974b2f3e393abcf7934f020e26d3d22efa940.tar.gz |
ARM: restart: u300: 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-u300/include/mach/platform.h')
-rw-r--r-- | arch/arm/mach-u300/include/mach/platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-u300/include/mach/platform.h b/arch/arm/mach-u300/include/mach/platform.h index 77d9210..096333f 100644 --- a/arch/arm/mach-u300/include/mach/platform.h +++ b/arch/arm/mach-u300/include/mach/platform.h @@ -14,6 +14,7 @@ void u300_map_io(void); void u300_init_irq(void); void u300_init_devices(void); +void u300_restart(char, const char *); extern struct sys_timer u300_timer; #endif |