From 3beea3513f6157500984dc6117fcf036b3380d7e Mon Sep 17 00:00:00 2001 From: Johannes Berg Date: Wed, 14 Oct 2015 18:36:43 +0200 Subject: 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 --- net/mac80211/cfg.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 net/mac80211/cfg.h (limited to 'net/mac80211/cfg.h') 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 */ -- cgit v1.2.3-59-g8ed1b