aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless_ath/debugfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireless_ath/debugfs.h')
-rwxr-xr-xnet/wireless_ath/debugfs.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/wireless_ath/debugfs.h b/net/wireless_ath/debugfs.h
deleted file mode 100755
index 74fdd38..0000000
--- a/net/wireless_ath/debugfs.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef __CFG80211_DEBUGFS_H
-#define __CFG80211_DEBUGFS_H
-
-#ifdef CONFIG_CFG80211_DEBUGFS
-void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev);
-#else
-static inline
-void cfg80211_debugfs_rdev_add(struct cfg80211_registered_device *rdev) {}
-#endif
-
-#endif /* __CFG80211_DEBUGFS_H */