diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2015-02-15 00:36:04 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2015-02-15 11:14:49 +0300 |
commit | 59d4d0863e2e87cbdc089bd446754d64a010d29c (patch) | |
tree | 767ed79828895dd122dc537833ac1a420f55d2f5 /net/bluetooth/a2mp.h | |
parent | 055540a176c48b33dbb4d756e80e1e301ef86a42 (diff) | |
download | linux-59d4d0863e2e87cbdc089bd446754d64a010d29c.tar.xz |
Bluetooth: Make amp_mgr_list and amp_mgr_list_lock static
There is no reason to have amp_mgr_list and amp_mgr_list_lock exported
from a2mp.c and thus make both of them static.
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 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/bluetooth/a2mp.h b/net/bluetooth/a2mp.h index 5c0a36b7ecc4..883266602cbc 100644 --- a/net/bluetooth/a2mp.h +++ b/net/bluetooth/a2mp.h @@ -129,9 +129,6 @@ struct a2mp_physlink_rsp { #define A2MP_STATUS_PHYS_LINK_EXISTS 0x05 #define A2MP_STATUS_SECURITY_VIOLATION 0x06 -extern struct list_head amp_mgr_list; -extern struct mutex amp_mgr_list_lock; - struct amp_mgr *amp_mgr_get(struct amp_mgr *mgr); int amp_mgr_put(struct amp_mgr *mgr); u8 __next_ident(struct amp_mgr *mgr); |