aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2006-08-02 16:52:10 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2006-08-02 16:52:10 -0700
commitcae74b30dd98c10baa5b47b4698bf67e5eb15687 (patch)
tree636bb680bacbf0a8e03d56cfe699bc9a8a53a126 /include
parent27fb4f0a7f00fda4044de44dcbe4d65b8359cc38 (diff)
downloadlinux-cae74b30dd98c10baa5b47b4698bf67e5eb15687.tar.gz
Revert "[PATCH] USB: move usb_device_class class devices to be real devices"
This reverts c182274ffe1277f4e7c564719a696a37cacf74ea commit because it required a newer version of udev to work properly than what is currently documented in Documentation/Changes. Cc: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/usb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h
index 398c52f37679b8..d2bd0c8e015408 100644
--- a/include/linux/usb.h
+++ b/include/linux/usb.h
@@ -360,7 +360,7 @@ struct usb_device {
char *serial; /* iSerialNumber string, if present */
struct list_head filelist;
- struct device *usbfs_dev;
+ struct class_device *class_dev;
struct dentry *usbfs_dentry; /* usbfs dentry entry for the device */
/*