diff options
Diffstat (limited to 'net/mac80211/debugfs_netdev.h')
-rw-r--r-- | net/mac80211/debugfs_netdev.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/debugfs_netdev.h b/net/mac80211/debugfs_netdev.h index 79025e79f4d6..9f5501a9a795 100644 --- a/net/mac80211/debugfs_netdev.h +++ b/net/mac80211/debugfs_netdev.h | |||
@@ -3,6 +3,8 @@ | |||
3 | #ifndef __IEEE80211_DEBUGFS_NETDEV_H | 3 | #ifndef __IEEE80211_DEBUGFS_NETDEV_H |
4 | #define __IEEE80211_DEBUGFS_NETDEV_H | 4 | #define __IEEE80211_DEBUGFS_NETDEV_H |
5 | 5 | ||
6 | #include "ieee80211_i.h" | ||
7 | |||
6 | #ifdef CONFIG_MAC80211_DEBUGFS | 8 | #ifdef CONFIG_MAC80211_DEBUGFS |
7 | void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata); | 9 | void ieee80211_debugfs_add_netdev(struct ieee80211_sub_if_data *sdata); |
8 | void ieee80211_debugfs_remove_netdev(struct ieee80211_sub_if_data *sdata); | 10 | void ieee80211_debugfs_remove_netdev(struct ieee80211_sub_if_data *sdata); |