]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/meson_wdt.c
Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / watchdog / meson_wdt.c
index 304274c67735440b6360a4097fe8f09bb04a43ce..cd0275a6cdac101e417e8912748e722417433bd8 100644 (file)
@@ -36,7 +36,7 @@
 #define MESON_SEC_TO_TC(s, c)  ((s) * (c))
 
 static bool nowayout = WATCHDOG_NOWAYOUT;
-static unsigned int timeout = MESON_WDT_TIMEOUT;
+static unsigned int timeout;
 
 struct meson_wdt_data {
        unsigned int enable;