diff options
Diffstat (limited to 'drivers/watchdog/bfin_wdt.c')
-rw-r--r-- | drivers/watchdog/bfin_wdt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/bfin_wdt.c b/drivers/watchdog/bfin_wdt.c index 2159e668751c..8c6babb2d652 100644 --- a/drivers/watchdog/bfin_wdt.c +++ b/drivers/watchdog/bfin_wdt.c | |||
@@ -74,7 +74,7 @@ | |||
74 | 74 | ||
75 | static unsigned int timeout = WATCHDOG_TIMEOUT; | 75 | static unsigned int timeout = WATCHDOG_TIMEOUT; |
76 | static int nowayout = WATCHDOG_NOWAYOUT; | 76 | static int nowayout = WATCHDOG_NOWAYOUT; |
77 | static struct watchdog_info bfin_wdt_info; | 77 | static const struct watchdog_info bfin_wdt_info; |
78 | static unsigned long open_check; | 78 | static unsigned long open_check; |
79 | static char expect_close; | 79 | static char expect_close; |
80 | static DEFINE_SPINLOCK(bfin_wdt_spinlock); | 80 | static DEFINE_SPINLOCK(bfin_wdt_spinlock); |
@@ -388,7 +388,7 @@ static struct miscdevice bfin_wdt_miscdev = { | |||
388 | .fops = &bfin_wdt_fops, | 388 | .fops = &bfin_wdt_fops, |
389 | }; | 389 | }; |
390 | 390 | ||
391 | static struct watchdog_info bfin_wdt_info = { | 391 | static const struct watchdog_info bfin_wdt_info = { |
392 | .identity = "Blackfin Watchdog", | 392 | .identity = "Blackfin Watchdog", |
393 | .options = WDIOF_SETTIMEOUT | | 393 | .options = WDIOF_SETTIMEOUT | |
394 | WDIOF_KEEPALIVEPING | | 394 | WDIOF_KEEPALIVEPING | |