]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/net/plusb.c
USB: race fixes for usb-serial step 1
[linux-2.6-omap-h63xx.git] / drivers / usb / net / plusb.c
index 89856aa0e3b8c5c5e4bd7f684ac035e66e68a56e..5d17cdfc7bab00e468f8beafe466533b1815596e 100644 (file)
@@ -20,7 +20,6 @@
 // #define     DEBUG                   // error path messages, extra info
 // #define     VERBOSE                 // more; success messages
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/init.h>
@@ -127,7 +126,6 @@ static const struct usb_device_id   products [] = {
 MODULE_DEVICE_TABLE(usb, products);
 
 static struct usb_driver plusb_driver = {
-       .owner =        THIS_MODULE,
        .name =         "plusb",
        .id_table =     products,
        .probe =        usbnet_probe,