Merge branch 'for-2.6.33' into for-2.6.34
[GitHub/mt8127/android_kernel_alcatel_ttab.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 void register_wlags_sysfs(struct net_device *) { return; };
6 static void unregister_wlags_sysfs(struct net_device *) { return; };
7 #endif