]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/watchdog/wdt.c
[WATCHDOG] drivers/watchdog/wdt.c:wdt_ioctl(): make `ident' non-static
[net-next-2.6.git] / drivers / watchdog / wdt.c
index 3bbefe9a2634d5af1e432ed4496f7294e360e64a..bfda2e99dd8908ffeb0d23e24c3b12dc92f682c8 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,