This patch removes and unused declaration (mac) in mesh_plink_block(), mesh_plink.c. (wireless-testing). Signed-off-by: Rami Rosen <ramirose@xxxxxxxxx> diff --git a/net/mac80211/mesh_plink.c b/net/mac80211/mesh_plink.c index faac101..1c76a0e 100644 --- a/net/mac80211/mesh_plink.c +++ b/net/mac80211/mesh_plink.c @@ -360,10 +360,6 @@ int mesh_plink_open(struct sta_info *sta) void mesh_plink_block(struct sta_info *sta) { -#ifdef CONFIG_MAC80211_VERBOSE_MPL_DEBUG - DECLARE_MAC_BUF(mac); -#endif - spin_lock_bh(&sta->lock); __mesh_plink_deactivate(sta); sta->plink_state = PLINK_BLOCKED; -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html