Bluetooth: Remove HCI-owner field
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / bluetooth / btusb.c
index 44b5e736ddc3bf97e4cc6b3fa07e48234701a0e8..a36888a9c2051c4366b9a1110392c1debcf38064 100644 (file)
@@ -997,8 +997,6 @@ static int btusb_probe(struct usb_interface *intf,
        hdev->send     = btusb_send_frame;
        hdev->notify   = btusb_notify;
 
-       hdev->owner = THIS_MODULE;
-
        /* Interface numbers are hardcoded in the specification */
        data->isoc = usb_ifnum_to_if(data->udev, 1);