]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - drivers/watchdog/pnx4008_wdt.c
Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / drivers / watchdog / pnx4008_wdt.c
index 0529aed158a4f22f56088599c71475b587e6d6f7..8e261799c84e356b9597f0996237875b11fe339c 100644 (file)
@@ -78,7 +78,7 @@
 #define WDOG_COUNTER_RATE 13000000     /*the counter clock is 13 MHz fixed */
 
 static bool nowayout = WATCHDOG_NOWAYOUT;
-static unsigned int heartbeat = DEFAULT_HEARTBEAT;
+static unsigned int heartbeat;
 
 static DEFINE_SPINLOCK(io_lock);
 static void __iomem    *wdt_base;