X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git;a=blobdiff_plain;f=net%2Fbluetooth%2Fhci_core.c;h=33843c5c49398f0e2a373de8919cde67a840451a;hp=b04ac355f1186d2976e6ace5e54ccf7d244e37cf;hb=77a63e0a550a731d2bd330679696d8fe66bf94a9;hpb=dffd30ee9619ccd7153f1861ba0436bbc4400f36 diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index b04ac355f118..33843c5c4939 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -79,7 +79,8 @@ static void hci_req_cancel(struct hci_dev *hdev, int err) } } -struct sk_buff *hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, u8 event) +static struct sk_buff *hci_get_cmd_complete(struct hci_dev *hdev, u16 opcode, + u8 event) { struct hci_ev_cmd_complete *ev; struct hci_event_hdr *hdr;