]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/input/itmtouch.c
Merge branch 'lro'
[linux-2.6-omap-h63xx.git] / drivers / usb / input / itmtouch.c
index 3b581853cf101d6b24962a8fb6d5c9a13513727e..7618ae5c104f7d7c999b4d37a51498e2358f80fc 100644 (file)
  *****************************************************************************/
 
 #include <linux/config.h>
-
-#ifdef CONFIG_USB_DEBUG
-       #define DEBUG
-#else
-       #undef DEBUG
-#endif
-
 #include <linux/kernel.h>
 #include <linux/slab.h>
 #include <linux/input.h>
@@ -257,7 +250,6 @@ static void itmtouch_disconnect(struct usb_interface *intf)
 MODULE_DEVICE_TABLE(usb, itmtouch_ids);
 
 static struct usb_driver itmtouch_driver = {
-       .owner =        THIS_MODULE,
        .name =         "itmtouch",
        .probe =        itmtouch_probe,
        .disconnect =   itmtouch_disconnect,