]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/staging/wlags49_h2/wl_sysfs.h
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzi...
[net-next-2.6.git] / drivers / staging / wlags49_h2 / wl_sysfs.h
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