diff options
Diffstat (limited to 'arch/x86_64/kernel/mce.c')
-rw-r--r-- | arch/x86_64/kernel/mce.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/mce.c b/arch/x86_64/kernel/mce.c index ac085038af29..bdb54a2c9f18 100644 --- a/arch/x86_64/kernel/mce.c +++ b/arch/x86_64/kernel/mce.c | |||
@@ -516,7 +516,7 @@ static int mce_ioctl(struct inode *i, struct file *f,unsigned int cmd, unsigned | |||
516 | } | 516 | } |
517 | } | 517 | } |
518 | 518 | ||
519 | static struct file_operations mce_chrdev_ops = { | 519 | static const struct file_operations mce_chrdev_ops = { |
520 | .read = mce_read, | 520 | .read = mce_read, |
521 | .ioctl = mce_ioctl, | 521 | .ioctl = mce_ioctl, |
522 | }; | 522 | }; |