X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fbluetooth%2Fbfusb.c;h=8947c8837dacf8bc64ebf202e87f1da87b58e730;hb=8676ce07d38a09e0f41497d178357a314c4620cf;hp=067e27893e4a8e4d5b1cbcc1692edd26d0034228;hpb=6b995751c2e851d2bc9c277b5884d0adb519e31d;p=linux-2.6 diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c index 067e27893e..8947c8837d 100644 --- a/drivers/bluetooth/bfusb.c +++ b/drivers/bluetooth/bfusb.c @@ -768,7 +768,6 @@ static void bfusb_disconnect(struct usb_interface *intf) } static struct usb_driver bfusb_driver = { - .owner = THIS_MODULE, .name = "bfusb", .probe = bfusb_probe, .disconnect = bfusb_disconnect,