diff options
author | Zhao, Gang <gamerh2o@gmail.com> | 2014-04-08 21:28:09 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-04-09 08:49:43 -0400 |
commit | aa51142fc5dee212ddcdab274b50cd541b7f2c49 (patch) | |
tree | 59695e28ece2ab18b1630fdf51eb6c121c0beccd /net/mac80211/debugfs.h | |
parent | 041f607de17666bed0407370e3f4a56e697354a8 (diff) |
mac80211: fix some missing includes
Some header files in mac80211 don't include all the
header files they require, fix that.
Signed-off-by: Zhao, Gang <gamerh2o@gmail.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/debugfs.h')
-rw-r--r-- | net/mac80211/debugfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/debugfs.h b/net/mac80211/debugfs.h index 214ed4ecd739..60c35afee29d 100644 --- a/net/mac80211/debugfs.h +++ b/net/mac80211/debugfs.h | |||
@@ -1,6 +1,8 @@ | |||
1 | #ifndef __MAC80211_DEBUGFS_H | 1 | #ifndef __MAC80211_DEBUGFS_H |
2 | #define __MAC80211_DEBUGFS_H | 2 | #define __MAC80211_DEBUGFS_H |
3 | 3 | ||
4 | #include "ieee80211_i.h" | ||
5 | |||
4 | #ifdef CONFIG_MAC80211_DEBUGFS | 6 | #ifdef CONFIG_MAC80211_DEBUGFS |
5 | void debugfs_hw_add(struct ieee80211_local *local); | 7 | void debugfs_hw_add(struct ieee80211_local *local); |
6 | int __printf(4, 5) mac80211_format_buffer(char __user *userbuf, size_t count, | 8 | int __printf(4, 5) mac80211_format_buffer(char __user *userbuf, size_t count, |