Merge branch '83xx' into for_paulus
[sfrench/cifs-2.6.git] / drivers / bluetooth / hci_usb.c
index 057cb2b6e6d1f537723051c122eca2d59fec0c82..a7d9d7e99e7244bdc8aa0b2771864e435c3bb959 100644 (file)
@@ -31,7 +31,6 @@
  *
  */
 
-#include <linux/config.h>
 #include <linux/module.h>
 
 #include <linux/kernel.h>
@@ -1044,7 +1043,6 @@ static void hci_usb_disconnect(struct usb_interface *intf)
 }
 
 static struct usb_driver hci_usb_driver = {
-       .owner          = THIS_MODULE,
        .name           = "hci_usb",
        .probe          = hci_usb_probe,
        .disconnect     = hci_usb_disconnect,