summaryrefslogtreecommitdiff
path: root/net/mac80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2021-07-15 19:02:35 +0300
committerJohannes Berg <johannes.berg@intel.com>2021-08-13 10:58:23 +0300
commit779969e3c8952dfa12e179a2bb989cf02fc4a1ab (patch)
tree9334f5b9064f55ccaf9739e07eb9701c8fd4089f /net/mac80211
parent79f5962baea74ce1cd4e5949598944bff854b166 (diff)
downloadlinux-779969e3c8952dfa12e179a2bb989cf02fc4a1ab.tar.xz
mac80211: include <linux/rbtree.h>
This is needed for the rbtree, and we shouldn't just rely on it getting included somewhere implicitly. Include it explicitly. Acked-by: Toke Høiland-Jørgensen <toke@redhat.com> Link: https://lore.kernel.org/r/20210715180234.512d64dee655.Ia51c29a9fb1e651e06bc00eabec90974103d333e@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 30ce6d2ec7ce..c57224d771b9 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -25,6 +25,7 @@
#include <linux/leds.h>
#include <linux/idr.h>
#include <linux/rhashtable.h>
+#include <linux/rbtree.h>
#include <net/ieee80211_radiotap.h>
#include <net/cfg80211.h>
#include <net/mac80211.h>