diff options
Diffstat (limited to 'drivers/usb/core/usb.h')
| -rw-r--r-- | drivers/usb/core/usb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/core/usb.h b/drivers/usb/core/usb.h index e2a8cfaade1..c0e0ae2bb8e 100644 --- a/drivers/usb/core/usb.h +++ b/drivers/usb/core/usb.h | |||
| @@ -152,8 +152,8 @@ static inline int is_active(const struct usb_interface *f) | |||
| 152 | extern const char *usbcore_name; | 152 | extern const char *usbcore_name; |
| 153 | 153 | ||
| 154 | /* sysfs stuff */ | 154 | /* sysfs stuff */ |
| 155 | extern struct attribute_group *usb_device_groups[]; | 155 | extern const struct attribute_group *usb_device_groups[]; |
| 156 | extern struct attribute_group *usb_interface_groups[]; | 156 | extern const struct attribute_group *usb_interface_groups[]; |
| 157 | 157 | ||
| 158 | /* usbfs stuff */ | 158 | /* usbfs stuff */ |
| 159 | extern struct mutex usbfs_mutex; | 159 | extern struct mutex usbfs_mutex; |
