Skip to content

Commit

Permalink
[WATCHDOG] pnx4008_wdt.c - nowayout patch
Browse files Browse the repository at this point in the history
Change nowayout to: WATCHDOG_NOWAYOUT as defined
in include/linux/watchdog.h .

Signed-off-by: Wim Van Sebroeck <[email protected]>
  • Loading branch information
Wim Van Sebroeck committed Oct 2, 2006
1 parent 9325fa3 commit 2898172
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/char/watchdog/pnx4008_wdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,7 @@

#define WDOG_COUNTER_RATE 13000000 /*the counter clock is 13 MHz fixed */

#ifdef CONFIG_WATCHDOG_NOWAYOUT
static int nowayout = 1;
#else
static int nowayout = 0;
#endif
static int nowayout = WATCHDOG_NOWAYOUT;
static int heartbeat = DEFAULT_HEARTBEAT;

static unsigned long wdt_status;
Expand Down

0 comments on commit 2898172

Please sign in to comment.