[SCSI] lpfc 8.3.12: Fix discovery issues
[safe/jmp/linux-2.6] / drivers / watchdog / wdt.c
index 3bbefe9..bfda2e9 100644 (file)
@@ -358,7 +358,7 @@ static long wdt_ioctl(struct file *file, unsigned int cmd, unsigned long arg)
        int new_heartbeat;
        int status;
 
-       static struct watchdog_info ident = {
+       struct watchdog_info ident = {
                .options =              WDIOF_SETTIMEOUT|
                                        WDIOF_MAGICCLOSE|
                                        WDIOF_KEEPALIVEPING,