Watchdog driver implementation for Lenovo SE30 platform....
Signed-off-by: Mark Pearson <mpearson-lenovo@xxxxxxxxx>
--- /dev/null...
+++ b/drivers/watchdog/lenovo_se30_wdt.c
+
+static int lenovo_se30_wdt_set_timeout(struct watchdog_device *wdog,
+ unsigned int timeout)
+{
+ wdog->timeout = timeout;
+ return 0;
+}
+