Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0681a68 authored by Gustavo Padovan's avatar Gustavo Padovan
Browse files

Bluetooth: remove unnecessary function declaration



hci_notify() doesn't need declaration first.

Signed-off-by: default avatarGustavo F. Padovan <padovan@profusion.mobi>
parent 0ce790e7
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@
static void hci_cmd_task(unsigned long arg);
static void hci_rx_task(unsigned long arg);
static void hci_tx_task(unsigned long arg);
static void hci_notify(struct hci_dev *hdev, int event);

static DEFINE_RWLOCK(hci_task_lock);