GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / uwb / wlp / driver.c
blob1120f0adef3c741d2e18e0db55339632bee8a9fe
3 #include <linux/module.h>
5 static int __init wlp_subsys_init(void)
7 return 0;
9 module_init(wlp_subsys_init);
11 static void __exit wlp_subsys_exit(void)
13 return;
15 module_exit(wlp_subsys_exit);
17 MODULE_AUTHOR("Reinette Chatre <reinette.chatre@intel.com>");
18 MODULE_DESCRIPTION("WiMedia Logical Link Control Protocol (WLP)");
19 MODULE_LICENSE("GPL");