projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
247dcad
)
arm: lpc32xx: phy3250 remove restart hook
author
Sylvain Lemieux
<slemieux@tycoint.com>
Fri, 4 Mar 2016 18:44:09 +0000
(13:44 -0500)
committer
Wim Van Sebroeck
<wim@iguana.be>
Wed, 16 Mar 2016 20:09:43 +0000
(21:09 +0100)
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>
arch/arm/mach-lpc32xx/phy3250.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-lpc32xx/phy3250.c
b/arch/arm/mach-lpc32xx/phy3250.c
index 77d6b1bab278292e31a6435294e824a6a76648b9..942bc3fc946330c8a325d5dd7b2b84aa48ca4acb 100644
(file)
--- 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