aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2015-10-14 18:36:43 +0200
committerJohannes Berg <johannes.berg@intel.com>2015-10-14 18:36:43 +0200
commit3beea3513f6157500984dc6117fcf036b3380d7e (patch)
treef9713ae77f71f2406ca49d931b9a8e6e1afed46b /net/mac80211/cfg.h
parentmac80211: move sta_set_rate_info_rx() and make it static (diff)
downloadlinux-dev-3beea3513f6157500984dc6117fcf036b3380d7e.tar.xz
linux-dev-3beea3513f6157500984dc6117fcf036b3380d7e.zip
mac80211: remove cfg.h
The file contains just a single declaration that can easily move to another file - remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/cfg.h')
-rw-r--r--net/mac80211/cfg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/mac80211/cfg.h b/net/mac80211/cfg.h
deleted file mode 100644
index 2d51f62dc76c..000000000000
--- a/net/mac80211/cfg.h
+++ /dev/null
@@ -1,9 +0,0 @@
-/*
- * mac80211 configuration hooks for cfg80211
- */
-#ifndef __CFG_H
-#define __CFG_H
-
-extern const struct cfg80211_ops mac80211_config_ops;
-
-#endif /* __CFG_H */