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/main.c | |
parent | fbd6ff5ceafa9c9c39e20f5a4f8c46c0b5efb2a2 (diff) | |
download | lwn-3beea3513f6157500984dc6117fcf036b3380d7e.tar.gz lwn-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/main.c')
-rw-r--r-- | net/mac80211/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c index e2514fadc3d7..273c96de4910 100644 --- a/net/mac80211/main.c +++ b/net/mac80211/main.c @@ -31,7 +31,6 @@ #include "mesh.h" #include "wep.h" #include "led.h" -#include "cfg.h" #include "debugfs.h" void ieee80211_configure_filter(struct ieee80211_local *local) |