X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fmiscdevice.h;h=14ceebfc1efaf5d35153b7f9e2e22b41d4320adb;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=5b584dafb5a6d4384f9b3169b2500d8cf0c3b518;hpb=e6a27dba1cf83d871b2dfcd64f04f12a67e3f4d5;p=linux-2.6.git diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h index 5b584dafb..14ceebfc1 100644 --- a/include/linux/miscdevice.h +++ b/include/linux/miscdevice.h @@ -36,7 +36,7 @@ struct class_device; struct miscdevice { int minor; const char *name; - const struct file_operations *fops; + struct file_operations *fops; struct list_head list; struct device *dev; struct class_device *class;