Merge branch 'master' into 85xx
[powerpc.git] / arch / i386 / kernel / msr.c
index 4a472a1..4e14264 100644 (file)
@@ -230,7 +230,7 @@ static int msr_open(struct inode *inode, struct file *file)
 /*
  * File operations we support
  */
-static struct file_operations msr_fops = {
+static const struct file_operations msr_fops = {
        .owner = THIS_MODULE,
        .llseek = msr_seek,
        .read = msr_read,