]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/watchdog/bfin_wdt.c
[WATCHDOG] watchdog_info constify
[mv-sheeva.git] / drivers / watchdog / bfin_wdt.c
index 2159e668751cd7db5e9ddfb39c96984573801539..8c6babb2d65274b990bdc292b88f605784e13240 100644 (file)
@@ -74,7 +74,7 @@
 
 static unsigned int timeout = WATCHDOG_TIMEOUT;
 static int nowayout = WATCHDOG_NOWAYOUT;
-static struct watchdog_info bfin_wdt_info;
+static const struct watchdog_info bfin_wdt_info;
 static unsigned long open_check;
 static char expect_close;
 static DEFINE_SPINLOCK(bfin_wdt_spinlock);
@@ -388,7 +388,7 @@ static struct miscdevice bfin_wdt_miscdev = {
        .fops     = &bfin_wdt_fops,
 };
 
-static struct watchdog_info bfin_wdt_info = {
+static const struct watchdog_info bfin_wdt_info = {
        .identity = "Blackfin Watchdog",
        .options  = WDIOF_SETTIMEOUT |
                    WDIOF_KEEPALIVEPING |