diff options
Diffstat (limited to 'drivers/char/watchdog/softdog.c')
| -rw-r--r-- | drivers/char/watchdog/softdog.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/drivers/char/watchdog/softdog.c b/drivers/char/watchdog/softdog.c index 79ce5c655428..ef8da517545a 100644 --- a/drivers/char/watchdog/softdog.c +++ b/drivers/char/watchdog/softdog.c | |||
| @@ -243,7 +243,7 @@ static int softdog_notify_sys(struct notifier_block *this, unsigned long code, | |||
| 243 | * Kernel Interfaces | 243 | * Kernel Interfaces | 
| 244 | */ | 244 | */ | 
| 245 | 245 | ||
| 246 | static struct file_operations softdog_fops = { | 246 | static const struct file_operations softdog_fops = { | 
| 247 | .owner = THIS_MODULE, | 247 | .owner = THIS_MODULE, | 
| 248 | .llseek = no_llseek, | 248 | .llseek = no_llseek, | 
| 249 | .write = softdog_write, | 249 | .write = softdog_write, | 
