Pull bugzilla-5737 into release branch
[profile/ivi/kernel-adaptation-intel-automotive.git] / include / linux / usb.h
index 130d125..e34e5e3 100644 (file)
@@ -615,7 +615,7 @@ extern struct bus_type usb_bus_type;
  */
 struct usb_class_driver {
        char *name;
  */
 struct usb_class_driver {
        char *name;
-       struct file_operations *fops;
+       const struct file_operations *fops;
        int minor_base;
 };
 
        int minor_base;
 };