diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index aab5b1b72021..f18ced001924 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -372,7 +372,7 @@ struct usb_device { | |||
372 | char *serial; /* iSerialNumber string, if present */ | 372 | char *serial; /* iSerialNumber string, if present */ |
373 | 373 | ||
374 | struct list_head filelist; | 374 | struct list_head filelist; |
375 | struct class_device *class_dev; | 375 | struct device *usbfs_dev; |
376 | struct dentry *usbfs_dentry; /* usbfs dentry entry for the device */ | 376 | struct dentry *usbfs_dentry; /* usbfs dentry entry for the device */ |
377 | 377 | ||
378 | /* | 378 | /* |