]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/char/ipmi/ipmi_devintf.c
[PATCH] IPMI: fix handling of OEM flags
[linux-2.6-omap-h63xx.git] / drivers / char / ipmi / ipmi_devintf.c
index 2fc894fef1cb1ae0750f52458ed2ba6212d80a81..68d7c61a864e7ecc4f696e3b36f4ceb92201472f 100644 (file)
@@ -765,7 +765,7 @@ static long compat_ipmi_ioctl(struct file *filep, unsigned int cmd,
 }
 #endif
 
-static struct file_operations ipmi_fops = {
+static const struct file_operations ipmi_fops = {
        .owner          = THIS_MODULE,
        .ioctl          = ipmi_ioctl,
 #ifdef CONFIG_COMPAT