summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/a2mp.c
diff options
context:
space:
mode:
authorMarcel Holtmann2015-02-14 22:36:03 +0100
committerJohan Hedberg2015-02-15 09:14:48 +0100
commit055540a176c48b33dbb4d756e80e1e301ef86a42 (patch)
treeb52a277e8885179a559a0af9252c3a8c8bb83533 /net/bluetooth/a2mp.c
parentBluetooth: ath3k: Add support Atheros AR5B195 combo Mini PCIe card (diff)
downloadkernel-qcow2-linux-055540a176c48b33dbb4d756e80e1e301ef86a42.tar.gz
kernel-qcow2-linux-055540a176c48b33dbb4d756e80e1e301ef86a42.tar.xz
kernel-qcow2-linux-055540a176c48b33dbb4d756e80e1e301ef86a42.zip
Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP source
The A2MP_FEAT_EXT declaration has a single user in a2mp.c and thus just move it there. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
Diffstat (limited to 'net/bluetooth/a2mp.c')
-rw-r--r--net/bluetooth/a2mp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/bluetooth/a2mp.c b/net/bluetooth/a2mp.c
index cedfbda15dad..6baa78a4e76c 100644
--- a/net/bluetooth/a2mp.c
+++ b/net/bluetooth/a2mp.c
@@ -19,6 +19,8 @@
#include "a2mp.h"
#include "amp.h"
+#define A2MP_FEAT_EXT 0x8000
+
/* Global AMP Manager list */
LIST_HEAD(amp_mgr_list);
DEFINE_MUTEX(amp_mgr_list_lock);