Loading drivers/usb/input/hiddev.c +0 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ #include <linux/usb.h> #include "hid.h" #include <linux/hiddev.h> #include <linux/devfs_fs_kernel.h> #ifdef CONFIG_USB_DYNAMIC_MINORS #define HIDDEV_MINOR_BASE 0 Loading Loading @@ -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"); } drivers/usb/misc/ldusb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading drivers/usb/usb-skeleton.c +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading Loading
drivers/usb/input/hiddev.c +0 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ #include <linux/usb.h> #include "hid.h" #include <linux/hiddev.h> #include <linux/devfs_fs_kernel.h> #ifdef CONFIG_USB_DYNAMIC_MINORS #define HIDDEV_MINOR_BASE 0 Loading Loading @@ -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"); }
drivers/usb/misc/ldusb.c +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading
drivers/usb/usb-skeleton.c +1 −1 Original line number Diff line number Diff line Loading @@ -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", Loading