summaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2/wl_sysfs.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-24 21:24:40 +0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-24 21:24:40 +0400
commit76e1f486b2e6775bba31118b362e01ea6033a0e6 (patch)
treea74cc07da3ca613e4b23166bb020444e47a5ea2c /drivers/staging/wlags49_h2/wl_sysfs.h
parent917ea9a3e1133841d1b1a496fa93036729cbf5c2 (diff)
downloadlinux-76e1f486b2e6775bba31118b362e01ea6033a0e6.tar.xz
staging: wlags49_h2: remove sysfs file
The sysfs file in this driver is showing a raft of debugging values, none of which belong in sysfs, let alone in a single sysfs file. If these really need to be described somewhere, they should go into debugfs. For now, just delete the sysfs file, which removes a bunch of files from the tree. Cc: Henk de Groot <pe1dnn@amsat.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/wlags49_h2/wl_sysfs.h')
-rw-r--r--drivers/staging/wlags49_h2/wl_sysfs.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/wlags49_h2/wl_sysfs.h b/drivers/staging/wlags49_h2/wl_sysfs.h
deleted file mode 100644
index fa658c38001e..000000000000
--- a/drivers/staging/wlags49_h2/wl_sysfs.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#ifdef CONFIG_SYSFS
-extern void register_wlags_sysfs(struct net_device *);
-extern void unregister_wlags_sysfs(struct net_device *);
-#else
-static inline void register_wlags_sysfs(struct net_device *net) { }
-static inline void unregister_wlags_sysfs(struct net_device *net) { }
-#endif