summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/ldusb.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2006-01-18 23:36:58 +0100
committerGreg Kroah-Hartman2006-02-01 02:23:41 +0100
commit595b14cbccb2f9122bccfa6b55f2d9a380e9adeb (patch)
tree88f6a554b47f4a5676a11805a4b6496e39987b46 /drivers/usb/misc/ldusb.c
parent[PATCH] USB: UHCI: No FSBR until device is configured (diff)
downloadkernel-qcow2-linux-595b14cbccb2f9122bccfa6b55f2d9a380e9adeb.tar.gz
kernel-qcow2-linux-595b14cbccb2f9122bccfa6b55f2d9a380e9adeb.tar.xz
kernel-qcow2-linux-595b14cbccb2f9122bccfa6b55f2d9a380e9adeb.zip
[PATCH] USB: remove some left over devfs droppings hanging around in the usb drivers
As there is no more usb devfs support, these bits would just confuse people. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/misc/ldusb.c')
-rw-r--r--drivers/usb/misc/ldusb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/misc/ldusb.c b/drivers/usb/misc/ldusb.c
index 981d8a5fbfd9..331d4ae949ed 100644
--- a/drivers/usb/misc/ldusb.c
+++ b/drivers/usb/misc/ldusb.c
@@ -593,7 +593,7 @@ static struct file_operations ld_usb_fops = {
/*
* usb class driver info in order to get a minor number from the usb core,
- * and to have the device registered with devfs and the driver core
+ * and to have the device registered with the driver core
*/
static struct usb_class_driver ld_usb_class = {
.name = "ldusb%d",