summary refs log tree commit diff
path: root/drivers/bluetooth
diff options
context:
space:
mode:
authorPoulain, Loic <loic.poulain@intel.com>2014-04-01 14:56:17 +0000
committerGustavo Padovan <gustavo.padovan@collabora.co.uk>2014-04-24 11:55:26 -0300
commit22e70786413ed05950207eda7be420c280b776d7 (patch)
treec71f32ecd433bd5a9e86323190008a17f5d325d7 /drivers/bluetooth
parent7125df535183f167a30a6e97ec2ad7f093b185e5 (diff)
downloadlinux-22e70786413ed05950207eda7be420c280b776d7.tar.gz
Bluetooth: Remove hci_h4 unused defines
H4 states are not used anymore.

Signed-off-by: Loic Poulain <loic.poulain@intel.com>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r--drivers/bluetooth/hci_h4.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/bluetooth/hci_h4.c b/drivers/bluetooth/hci_h4.c
index 7048a583fe51..66db9a803373 100644
--- a/drivers/bluetooth/hci_h4.c
+++ b/drivers/bluetooth/hci_h4.c
@@ -55,13 +55,6 @@ struct h4_struct {
 	struct sk_buff_head txq;
 };
 
-/* H4 receiver States */
-#define H4_W4_PACKET_TYPE	0
-#define H4_W4_EVENT_HDR		1
-#define H4_W4_ACL_HDR		2
-#define H4_W4_SCO_HDR		3
-#define H4_W4_DATA		4
-
 /* Initialize protocol */
 static int h4_open(struct hci_uart *hu)
 {