]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/watchdog/wdt_pci.c
[WATCHDOG] drivers/watchdog/wdt.c:wdt_ioctl(): make `ident' non-static
[net-next-2.6.git] / drivers / watchdog / wdt_pci.c
index f368dd87083acaeed267eba6e7d20a51cf5b3060..7b22e3cdbc81685a4dbd59ba9daa4e536ca4572d 100644 (file)
@@ -412,7 +412,7 @@ static long wdtpci_ioctl(struct file *file, unsigned int cmd,
        int new_heartbeat;
        int status;
 
-       static struct watchdog_info ident = {
+       struct watchdog_info ident = {
                .options =              WDIOF_SETTIMEOUT|
                                        WDIOF_MAGICCLOSE|
                                        WDIOF_KEEPALIVEPING,