GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / wlags49_h2 / wl_sysfs.h
blobfa658c38001e6e7e6bce3cfd68dfa5c54f3996d7
1 #ifdef CONFIG_SYSFS
2 extern void register_wlags_sysfs(struct net_device *);
3 extern void unregister_wlags_sysfs(struct net_device *);
4 #else
5 static inline void register_wlags_sysfs(struct net_device *net) { }
6 static inline void unregister_wlags_sysfs(struct net_device *net) { }
7 #endif