diff options
author | Michael Buesch <mb@bu3sch.de> | 2006-04-13 02:32:58 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-04-19 17:25:41 -0400 |
commit | b35d649cb2110b4e782a8a7e9b625432c863cade (patch) | |
tree | 44a22b588be3af2182a435277cecef078bcb6210 /drivers/net/wireless/bcm43xx/bcm43xx_sysfs.h | |
parent | 8829d55e6b4957770de3f716bafab65ca3680110 (diff) | |
download | talos-op-linux-b35d649cb2110b4e782a8a7e9b625432c863cade.tar.gz talos-op-linux-b35d649cb2110b4e782a8a7e9b625432c863cade.zip |
[PATCH] bcm43xx: sysfs code cleanup
This cleans up the bcm43xx sysfs code and makes it compliant
with the unwritten sysfs rules (at least I hope so).
Signed-off-by: Michael Buesch <mb@bu3sch.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/bcm43xx/bcm43xx_sysfs.h')
-rw-r--r-- | drivers/net/wireless/bcm43xx/bcm43xx_sysfs.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/net/wireless/bcm43xx/bcm43xx_sysfs.h b/drivers/net/wireless/bcm43xx/bcm43xx_sysfs.h index 57f14514e3e0..cc701df71e2a 100644 --- a/drivers/net/wireless/bcm43xx/bcm43xx_sysfs.h +++ b/drivers/net/wireless/bcm43xx/bcm43xx_sysfs.h @@ -1,22 +1,6 @@ #ifndef BCM43xx_SYSFS_H_ #define BCM43xx_SYSFS_H_ -#include <linux/device.h> - - -struct bcm43xx_sysfs { - struct device_attribute attr_sprom; - struct device_attribute attr_interfmode; - struct device_attribute attr_preamble; -}; - -#define devattr_to_bcm(attr, attr_name) ({ \ - struct bcm43xx_sysfs *__s; struct bcm43xx_private *__p; \ - __s = container_of((attr), struct bcm43xx_sysfs, attr_name); \ - __p = container_of(__s, struct bcm43xx_private, sysfs); \ - __p; \ - }) - struct bcm43xx_private; int bcm43xx_sysfs_register(struct bcm43xx_private *bcm); |