radeonfb: Fix resume from D3Cold on some platforms
[safe/jmp/linux-2.6] / drivers / watchdog / pcwd.c
index 3b0ddc7..9e1331a 100644 (file)
@@ -168,7 +168,7 @@ static const int heartbeat_tbl[] = {
 static int cards_found;
 
 /* internal variables */
-static atomic_t open_allowed = ATOMIC_INIT(1);
+static unsigned long open_allowed;
 static char expect_close;
 static int temp_panic;