diff options
author | Sylvain Lemieux <slemieux@tycoint.com> | 2016-03-04 21:44:09 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2016-03-16 23:09:43 +0300 |
commit | 0a25345743aeae19ae61bd28b588cd4cb9f0123c (patch) | |
tree | 06daa5cf2dd4ed1b65a0f6e8d5f0d5c6e2689a47 /arch/arm/mach-lpc32xx | |
parent | 247dcad5c0361fdae06903f3b10855ba0381802d (diff) | |
download | linux-0a25345743aeae19ae61bd28b588cd4cb9f0123c.tar.xz |
arm: lpc32xx: phy3250 remove restart hook
Remove the restart hook assignment from phy3250;
this functionality is now managed by
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')
-rw-r--r-- | arch/arm/mach-lpc32xx/phy3250.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-lpc32xx/phy3250.c b/arch/arm/mach-lpc32xx/phy3250.c index 77d6b1bab278..942bc3fc9463 100644 --- a/arch/arm/mach-lpc32xx/phy3250.c +++ b/arch/arm/mach-lpc32xx/phy3250.c @@ -263,5 +263,4 @@ DT_MACHINE_START(LPC32XX_DT, "LPC32XX SoC (Flattened Device Tree)") .init_time = lpc32xx_timer_init, .init_machine = lpc3250_machine_init, .dt_compat = lpc32xx_dt_compat, - .restart = lpc23xx_restart, MACHINE_END |