Bluetooth: Remove HCI-owner field
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / bluetooth / bt3c_cs.c
index e74334dfc77698cf93fcf7bb35759e43b40bf739..0e304cb4bdea4bedb00306236c797bf53c274412 100644 (file)
@@ -584,8 +584,6 @@ static int bt3c_open(bt3c_info_t *info)
        hdev->send     = bt3c_hci_send_frame;
        hdev->ioctl    = bt3c_hci_ioctl;
 
-       hdev->owner = THIS_MODULE;
-
        /* Load firmware */
        err = request_firmware(&firmware, "BT3CPCC.bin", &info->p_dev->dev);
        if (err < 0) {