diff options
Diffstat (limited to 'drivers/watchdog/bfin_wdt.c')
-rw-r--r-- | drivers/watchdog/bfin_wdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/bfin_wdt.c b/drivers/watchdog/bfin_wdt.c index 31dc7a69e90c..472be10f0686 100644 --- a/drivers/watchdog/bfin_wdt.c +++ b/drivers/watchdog/bfin_wdt.c | |||
@@ -390,7 +390,7 @@ static struct platform_driver bfin_wdt_driver = { | |||
390 | .resume = bfin_wdt_resume, | 390 | .resume = bfin_wdt_resume, |
391 | }; | 391 | }; |
392 | 392 | ||
393 | static struct file_operations bfin_wdt_fops = { | 393 | static const struct file_operations bfin_wdt_fops = { |
394 | .owner = THIS_MODULE, | 394 | .owner = THIS_MODULE, |
395 | .llseek = no_llseek, | 395 | .llseek = no_llseek, |
396 | .write = bfin_wdt_write, | 396 | .write = bfin_wdt_write, |