diff options
Diffstat (limited to 'drivers/s390/char/tape_char.c')
-rw-r--r-- | drivers/s390/char/tape_char.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/tape_char.c b/drivers/s390/char/tape_char.c index 9faea04e11e9..b830a8cbef78 100644 --- a/drivers/s390/char/tape_char.c +++ b/drivers/s390/char/tape_char.c | |||
@@ -39,7 +39,7 @@ static int tapechar_ioctl(struct inode *, struct file *, unsigned int, | |||
39 | static long tapechar_compat_ioctl(struct file *, unsigned int, | 39 | static long tapechar_compat_ioctl(struct file *, unsigned int, |
40 | unsigned long); | 40 | unsigned long); |
41 | 41 | ||
42 | static struct file_operations tape_fops = | 42 | static const struct file_operations tape_fops = |
43 | { | 43 | { |
44 | .owner = THIS_MODULE, | 44 | .owner = THIS_MODULE, |
45 | .read = tapechar_read, | 45 | .read = tapechar_read, |