X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=arch%2Fi386%2Fkernel%2Fmsr.c;h=4e14264f392a93678ad9a0ef906f6d3a4def45bd;hb=54c66f6d781e03dc0b23956234963c4911e6d1c0;hp=4a472a17d1c684f07c39054478599c14aeff6ab9;hpb=9cdf083f981b8d37b3212400a359368661385099;p=powerpc.git diff --git a/arch/i386/kernel/msr.c b/arch/i386/kernel/msr.c index 4a472a17d1..4e14264f39 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) /* * 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,