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.h | |
parent | fbd6ff5ceafa9c9c39e20f5a4f8c46c0b5efb2a2 (diff) | |
download | linux-3beea3513f6157500984dc6117fcf036b3380d7e.tar.gz linux-3beea3513f6157500984dc6117fcf036b3380d7e.tar.bz2 linux-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.h | 9 |
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 */ |