Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...
[deliverable/linux.git] / drivers / staging / wlags49_h2 / wl_sysfs.h
CommitLineData
68c0bdff
HG
1#ifdef CONFIG_SYSFS
2extern void register_wlags_sysfs(struct net_device *);
3extern void unregister_wlags_sysfs(struct net_device *);
4#else
d268e0d2
JMC
5static inline void register_wlags_sysfs(struct net_device *net) { }
6static inline void unregister_wlags_sysfs(struct net_device *net) { }
68c0bdff 7#endif
This page took 0.242041 seconds and 5 git commands to generate.