Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/linux/kerne...
[sfrench/cifs-2.6.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;