Fix compilation with IEEE80211_DEBUG_REFCNT set and no VLAN support

This commit is contained in:
Pavel Roskin 2013-11-12 16:57:07 -05:00
parent 3f778edc5f
commit 27463c4ea4
1 changed files with 2 additions and 0 deletions

View File

@ -699,7 +699,9 @@ struct sk_buff *skb_copy_expand_debug(const struct sk_buff *skb, int newheadroom
__func__, __LINE__);
}
#if IEEE80211_VLAN_TAG_USED
EXPORT_SYMBOL(vlan_hwaccel_rx_debug);
#endif
EXPORT_SYMBOL(netif_rx_debug);
EXPORT_SYMBOL(alloc_skb_debug);
EXPORT_SYMBOL(dev_alloc_skb_debug);