]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/rtl8192e/rtl_debug.h
staging: rtl8192e: Remove dead code associated with CONFIG_RTLWIFI_DEBUGFS
[karo-tx-linux.git] / drivers / staging / rtl8192e / rtl_debug.h
index 2e23bf65a8d74e15d56eaa439a6b5fde46740e3d..db8be0e3435a64e3fec93b50f25f327af7ab74e4 100644 (file)
@@ -272,12 +272,6 @@ void dump_eprom(struct net_device *dev);
 void rtl8192_dump_reg(struct net_device *dev);
 
 /* debugfs stuff */
-#ifdef CONFIG_RTLWIFI_DEBUGFS
-int rtl_debug_module_init(struct r8192_priv *priv, const char *name);
-void rtl_debug_module_remove(struct r8192_priv *priv);
-int rtl_create_debugfs_root(void);
-void rtl_remove_debugfs_root(void);
-#else
 static inline int rtl_debug_module_init(struct r8192_priv *priv, const char *name) {
        return 0;
 }
@@ -289,7 +283,6 @@ static inline int rtl_create_debugfs_root(void) {
 }
 static inline void rtl_remove_debugfs_root(void) {
 }
-#endif
 
 /* proc stuff */
 void rtl8192_proc_init_one(struct net_device *dev);