diff options
Diffstat (limited to 'arch/i386/kernel/cpuid.c')
-rw-r--r-- | arch/i386/kernel/cpuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/i386/kernel/cpuid.c b/arch/i386/kernel/cpuid.c index 51130b39cd2e..4da75fa3208d 100644 --- a/arch/i386/kernel/cpuid.c +++ b/arch/i386/kernel/cpuid.c | |||
@@ -148,7 +148,7 @@ static int cpuid_open(struct inode *inode, struct file *file) | |||
148 | /* | 148 | /* |
149 | * File operations we support | 149 | * File operations we support |
150 | */ | 150 | */ |
151 | static struct file_operations cpuid_fops = { | 151 | static const struct file_operations cpuid_fops = { |
152 | .owner = THIS_MODULE, | 152 | .owner = THIS_MODULE, |
153 | .llseek = cpuid_seek, | 153 | .llseek = cpuid_seek, |
154 | .read = cpuid_read, | 154 | .read = cpuid_read, |