diff options
Diffstat (limited to 'arch/i386/kernel/msr.c')
-rw-r--r-- | arch/i386/kernel/msr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/msr.c b/arch/i386/kernel/msr.c index 4a472a17d1c6..4e14264f392a 100644 --- a/arch/i386/kernel/msr.c +++ b/arch/i386/kernel/msr.c | |||
@@ -230,7 +230,7 @@ static int msr_open(struct inode *inode, struct file *file) | |||
230 | /* | 230 | /* |
231 | * File operations we support | 231 | * File operations we support |
232 | */ | 232 | */ |
233 | static struct file_operations msr_fops = { | 233 | static const struct file_operations msr_fops = { |
234 | .owner = THIS_MODULE, | 234 | .owner = THIS_MODULE, |
235 | .llseek = msr_seek, | 235 | .llseek = msr_seek, |
236 | .read = msr_read, | 236 | .read = msr_read, |