diff options
Diffstat (limited to 'drivers/s390/char/monwriter.c')
-rw-r--r-- | drivers/s390/char/monwriter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/monwriter.c b/drivers/s390/char/monwriter.c index 9e451acc6491..268598ef3efe 100644 --- a/drivers/s390/char/monwriter.c +++ b/drivers/s390/char/monwriter.c | |||
@@ -255,7 +255,7 @@ out_error: | |||
255 | return rc; | 255 | return rc; |
256 | } | 256 | } |
257 | 257 | ||
258 | static struct file_operations monwrite_fops = { | 258 | static const struct file_operations monwrite_fops = { |
259 | .owner = THIS_MODULE, | 259 | .owner = THIS_MODULE, |
260 | .open = &monwrite_open, | 260 | .open = &monwrite_open, |
261 | .release = &monwrite_close, | 261 | .release = &monwrite_close, |