diff options
Diffstat (limited to 'drivers/s390/char/vmwatchdog.c')
-rw-r--r-- | drivers/s390/char/vmwatchdog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/vmwatchdog.c b/drivers/s390/char/vmwatchdog.c index 4b868f72fe89..680b9b58b80e 100644 --- a/drivers/s390/char/vmwatchdog.c +++ b/drivers/s390/char/vmwatchdog.c | |||
@@ -228,7 +228,7 @@ static ssize_t vmwdt_write(struct file *f, const char __user *buf, | |||
228 | return count; | 228 | return count; |
229 | } | 229 | } |
230 | 230 | ||
231 | static struct file_operations vmwdt_fops = { | 231 | static const struct file_operations vmwdt_fops = { |
232 | .open = &vmwdt_open, | 232 | .open = &vmwdt_open, |
233 | .release = &vmwdt_close, | 233 | .release = &vmwdt_close, |
234 | .ioctl = &vmwdt_ioctl, | 234 | .ioctl = &vmwdt_ioctl, |