diff options
Diffstat (limited to 'drivers/watchdog/hpwdt.c')
-rw-r--r-- | drivers/watchdog/hpwdt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/watchdog/hpwdt.c b/drivers/watchdog/hpwdt.c index dad4fe6e20fc..7cf32ad96fd1 100644 --- a/drivers/watchdog/hpwdt.c +++ b/drivers/watchdog/hpwdt.c | |||
@@ -602,7 +602,7 @@ static long hpwdt_ioctl(struct file *file, unsigned int cmd, | |||
602 | /* | 602 | /* |
603 | * Kernel interfaces | 603 | * Kernel interfaces |
604 | */ | 604 | */ |
605 | static struct file_operations hpwdt_fops = { | 605 | static const struct file_operations hpwdt_fops = { |
606 | .owner = THIS_MODULE, | 606 | .owner = THIS_MODULE, |
607 | .llseek = no_llseek, | 607 | .llseek = no_llseek, |
608 | .write = hpwdt_write, | 608 | .write = hpwdt_write, |