summaryrefslogtreecommitdiffstats
path: root/include/hci_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hci_lib.h')
-rw-r--r--include/hci_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/hci_lib.h b/include/hci_lib.h
index 8f17a8dd..e7aa8bcd 100644
--- a/include/hci_lib.h
+++ b/include/hci_lib.h
@@ -153,7 +153,7 @@ static inline void hci_filter_set_opcode(int opcode, struct hci_filter *f)
{
f->opcode = opcode;
}
-static inline void hci_filter_clear_opcode(int opcode, struct hci_filter *f)
+static inline void hci_filter_clear_opcode(struct hci_filter *f)
{
f->opcode = 0;
}