diff options
author | Sylvain Lemieux <slemieux@tycoint.com> | 2016-03-04 21:44:10 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-16 23:09:44 +0300 |
commit | e21f56219bf636b4abd15a0b076a1c5cba381501 (patch) | |
tree | 4da998f0186b8ac9fac6a62e7c1da0be60b49985 /arch/arm/mach-lpc32xx/common.h | |
parent | 0a25345743aeae19ae61bd28b588cd4cb9f0123c (diff) | |
download | linux-e21f56219bf636b4abd15a0b076a1c5cba381501.tar.xz |
arm: lpc32xx: remove restart handler
Remove the restart handler from "mach-lpc32xx";
this functionality is now available in the
pnx4008 watchdog driver.
Signed-off-by: Sylvain Lemieux <slemieux@tycoint.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'arch/arm/mach-lpc32xx/common.h')
-rw-r--r-- | arch/arm/mach-lpc32xx/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/common.h b/arch/arm/mach-lpc32xx/common.h index 1cd8853b2f9b..2d90801ed1e1 100644 --- a/arch/arm/mach-lpc32xx/common.h +++ b/arch/arm/mach-lpc32xx/common.h @@ -30,7 +30,6 @@ extern void lpc32xx_timer_init(void); extern void __init lpc32xx_init_irq(void); extern void __init lpc32xx_map_io(void); extern void __init lpc32xx_serial_init(void); -extern void lpc23xx_restart(enum reboot_mode, const char *); /* |