]> 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 74c2b3581c768e7c55c655f3e36cb2cefe0fc24c..5d17cdfc7bab00e468f8beafe466533b1815596e 100644 (file)
 // #define     DEBUG                   // error path messages, extra info
 // #define     VERBOSE                 // more; success messages
 
-#include <linux/config.h>
-#ifdef CONFIG_USB_DEBUG
-#   define DEBUG
-#endif
 #include <linux/module.h>
 #include <linux/sched.h>
 #include <linux/init.h>
@@ -130,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,