diff options
author | David Lechner <david@lechnology.com> | 2018-01-07 06:10:15 +0300 |
---|---|---|
committer | Sekhar Nori <nsekhar@ti.com> | 2018-02-19 13:55:15 +0300 |
commit | 94f2e94514e5dea6677b4379efd3479105519bdc (patch) | |
tree | 8a349e5a86204d4514507b8238dc4c54283a8c8c /arch/arm/mach-davinci/da8xx-dt.c | |
parent | bdec5a6b57896da81bc47262868468717a06bb69 (diff) | |
download | linux-94f2e94514e5dea6677b4379efd3479105519bdc.tar.xz |
ARM: davinci: remove watchdog reset
This removes the watchdog reset code. The reset has been moved to
drivers/watchdog/davinci_wdt.c. The watchdog driver registers the reset
with the kernel so defining a reset for each machine is no longer needed.
Signed-off-by: David Lechner <david@lechnology.com>
Acked-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Sekhar Nori <nsekhar@ti.com>
Diffstat (limited to 'arch/arm/mach-davinci/da8xx-dt.c')
-rw-r--r-- | arch/arm/mach-davinci/da8xx-dt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-davinci/da8xx-dt.c b/arch/arm/mach-davinci/da8xx-dt.c index f06db6700ab2..779e8ce887c3 100644 --- a/arch/arm/mach-davinci/da8xx-dt.c +++ b/arch/arm/mach-davinci/da8xx-dt.c @@ -100,7 +100,6 @@ DT_MACHINE_START(DA850_DT, "Generic DA850/OMAP-L138/AM18x") .init_machine = da850_init_machine, .dt_compat = da850_boards_compat, .init_late = davinci_init_late, - .restart = da8xx_restart, MACHINE_END #endif |