From: Johan Hedberg Date: Mon, 16 Sep 2013 10:05:12 +0000 (+0300) Subject: Bluetooth: Remove unused event mask struct X-Git-Tag: accepted/tizen/common/20141203.182822~1141^2~225^2~24^2~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0af784dcbc44e3cf21a1bda3ce14df5fcc2bfe93;p=platform%2Fkernel%2Flinux-arm64.git Bluetooth: Remove unused event mask struct The struct for HCI_Set_Event_Mask is never used. Instead a local 8-byte array is used for sending this command. Therefore, remove the unnecessary struct definition. Signed-off-by: Johan Hedberg Acked-by: Marcel Holtmann Signed-off-by: Gustavo Padovan --- diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 30c88b5..52bd248 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h @@ -694,9 +694,6 @@ struct hci_cp_sniff_subrate { } __packed; #define HCI_OP_SET_EVENT_MASK 0x0c01 -struct hci_cp_set_event_mask { - __u8 mask[8]; -} __packed; #define HCI_OP_RESET 0x0c03