watchdog: xilinx: Convert driver to the watchdog framework
authorMichal Simek <michal.simek@xilinx.com>
Wed, 12 Feb 2014 13:34:32 +0000 (14:34 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Mon, 31 Mar 2014 11:28:56 +0000 (13:28 +0200)
- Remove uneeded headers, fops functions
- Use xilinx_wdt prefix in start/stop/keepalive functions
  and in new structures

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
drivers/watchdog/Kconfig
drivers/watchdog/of_xilinx_wdt.c

index 79d2589..82ffa0f 100644 (file)
@@ -1026,6 +1026,7 @@ config M54xx_WATCHDOG
 config XILINX_WATCHDOG
        tristate "Xilinx Watchdog timer"
        depends on MICROBLAZE
+       select WATCHDOG_CORE
        ---help---
          Watchdog driver for the xps_timebase_wdt ip core.
 
Simple merge