diff options
Diffstat (limited to 'include/linux/usb.h')
-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 46956a72de5d..b69b6cfb0bd7 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -360,7 +360,7 @@ struct usb_device { | |||
360 | char *serial; /* iSerialNumber string, if present */ | 360 | char *serial; /* iSerialNumber string, if present */ |
361 | 361 | ||
362 | struct list_head filelist; | 362 | struct list_head filelist; |
363 | struct class_device *class_dev; | 363 | struct device *usbfs_dev; |
364 | struct dentry *usbfs_dentry; /* usbfs dentry entry for the device */ | 364 | struct dentry *usbfs_dentry; /* usbfs dentry entry for the device */ |
365 | 365 | ||
366 | /* | 366 | /* |