From 187e491cde3045345b8890ae97c0503c7a5df54d Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 18 Jan 2006 17:36:58 -0500 Subject: [PATCH] --- yaml --- r: 19223 b: refs/heads/master c: 595b14cbccb2f9122bccfa6b55f2d9a380e9adeb h: refs/heads/master i: 19221: e9a16903b4e47e48588e923bcb34ead5fbd2c10d 19219: 6a6e7a92747d57bf86334554f24a980f2ec590b8 19215: f992de340123218ae91d2f704034d5a449c00b55 v: v3 --- [refs] | 2 +- trunk/drivers/usb/input/hiddev.c | 3 --- trunk/drivers/usb/misc/ldusb.c | 2 +- trunk/drivers/usb/usb-skeleton.c | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 8718aba954db..724149f8c938 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 630aa3cfd5f0bae9547fe7dff175d7323d60140d +refs/heads/master: 595b14cbccb2f9122bccfa6b55f2d9a380e9adeb diff --git a/trunk/drivers/usb/input/hiddev.c b/trunk/drivers/usb/input/hiddev.c index 4dff8473553d..77be6b9a820f 100644 --- a/trunk/drivers/usb/input/hiddev.c +++ b/trunk/drivers/usb/input/hiddev.c @@ -35,7 +35,6 @@ #include #include "hid.h" #include -#include #ifdef CONFIG_USB_DYNAMIC_MINORS #define HIDDEV_MINOR_BASE 0 @@ -832,12 +831,10 @@ static /* const */ struct usb_driver hiddev_driver = { int __init hiddev_init(void) { - devfs_mk_dir("usb/hid"); return usb_register(&hiddev_driver); } void hiddev_exit(void) { usb_deregister(&hiddev_driver); - devfs_remove("usb/hid"); } diff --git a/trunk/drivers/usb/misc/ldusb.c b/trunk/drivers/usb/misc/ldusb.c index 981d8a5fbfd9..331d4ae949ed 100644 --- a/trunk/drivers/usb/misc/ldusb.c +++ b/trunk/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", diff --git a/trunk/drivers/usb/usb-skeleton.c b/trunk/drivers/usb/usb-skeleton.c index 5d02f16b7d0e..4de9fb56ebfc 100644 --- a/trunk/drivers/usb/usb-skeleton.c +++ b/trunk/drivers/usb/usb-skeleton.c @@ -234,7 +234,7 @@ static struct file_operations skel_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 skel_class = { .name = "skel%d",