Bluetooth: Make amp_mgr_list and amp_mgr_list_lock static
[firefly-linux-kernel-4.4.55.git] / net / bluetooth / a2mp.c
index 6baa78a4e76ce1d2b1644219bc87c65998505223..e4f179117ae25b2886744a7b9bc79e93d027d4af 100644 (file)
@@ -22,8 +22,8 @@
 #define A2MP_FEAT_EXT  0x8000
 
 /* Global AMP Manager list */
-LIST_HEAD(amp_mgr_list);
-DEFINE_MUTEX(amp_mgr_list_lock);
+static LIST_HEAD(amp_mgr_list);
+static DEFINE_MUTEX(amp_mgr_list_lock);
 
 /* A2MP build & send command helper functions */
 static struct a2mp_cmd *__a2mp_build(u8 code, u8 ident, u16 len, void *data)