Loading drivers/bluetooth/bt3c_cs.c +4 −11 Original line number Diff line number Diff line Loading @@ -455,12 +455,6 @@ static int bt3c_hci_send_frame(struct sk_buff *skb) } static int bt3c_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) { return -ENOIOCTLCMD; } /* ======================== Card services HCI interaction ======================== */ Loading Loading @@ -581,7 +575,6 @@ static int bt3c_open(bt3c_info_t *info) hdev->close = bt3c_hci_close; hdev->flush = bt3c_hci_flush; hdev->send = bt3c_hci_send_frame; hdev->ioctl = bt3c_hci_ioctl; /* Load firmware */ err = request_firmware(&firmware, "BT3CPCC.bin", &info->p_dev->dev); Loading Loading
drivers/bluetooth/bt3c_cs.c +4 −11 Original line number Diff line number Diff line Loading @@ -455,12 +455,6 @@ static int bt3c_hci_send_frame(struct sk_buff *skb) } static int bt3c_hci_ioctl(struct hci_dev *hdev, unsigned int cmd, unsigned long arg) { return -ENOIOCTLCMD; } /* ======================== Card services HCI interaction ======================== */ Loading Loading @@ -581,7 +575,6 @@ static int bt3c_open(bt3c_info_t *info) hdev->close = bt3c_hci_close; hdev->flush = bt3c_hci_flush; hdev->send = bt3c_hci_send_frame; hdev->ioctl = bt3c_hci_ioctl; /* Load firmware */ err = request_firmware(&firmware, "BT3CPCC.bin", &info->p_dev->dev); Loading