diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-10-14 18:36:43 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-10-14 18:36:43 +0200 |
commit | 3beea3513f6157500984dc6117fcf036b3380d7e (patch) | |
tree | f9713ae77f71f2406ca49d931b9a8e6e1afed46b /net/mac80211/cfg.c | |
parent | fbd6ff5ceafa9c9c39e20f5a4f8c46c0b5efb2a2 (diff) | |
download | linux-3beea3513f6157500984dc6117fcf036b3380d7e.tar.bz2 |
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.c')
-rw-r--r-- | net/mac80211/cfg.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 61c841aeff60..713cdbf6fb3c 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -17,7 +17,6 @@ #include <net/cfg80211.h> #include "ieee80211_i.h" #include "driver-ops.h" -#include "cfg.h" #include "rate.h" #include "mesh.h" #include "wme.h" |