diff options
author | Marcel Holtmann | 2015-02-14 13:36:03 -0800 |
---|---|---|
committer | Johan Hedberg | 2015-02-15 10:14:48 +0200 |
commit | 055540a176c48b33dbb4d756e80e1e301ef86a42 (patch) | |
tree | b52a277e8885179a559a0af9252c3a8c8bb83533 /net/bluetooth/a2mp.h | |
parent | 2eeff0b4317a02f0e281df891d990194f0737aae (diff) |
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.h')
-rw-r--r-- | net/bluetooth/a2mp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/bluetooth/a2mp.h b/net/bluetooth/a2mp.h index 487b54c1308f..5c0a36b7ecc4 100644 --- a/net/bluetooth/a2mp.h +++ b/net/bluetooth/a2mp.h @@ -17,8 +17,6 @@ #include <net/bluetooth/l2cap.h> -#define A2MP_FEAT_EXT 0x8000 - enum amp_mgr_state { READ_LOC_AMP_INFO, READ_LOC_AMP_ASSOC, |