1 #ifdef CONFIG_MODVERSIONS /* CONFIG_MODVERSIONS */
2 #undef _set_ver
3 #if defined(MODULE) && !defined(__GENKSYMS__)
4 #define _set_ver(sym,vers) sym ## _R ## vers
5 #else
6 #define _set_ver(a,b) a
7 #endif
8 #endif /* CONFIG_MODVERSIONS */
9 #undef X
10 #undef EMPTY
11 /* mark end of table, last entry above ended with a comma! */
12 { (void *)0, (char *)0 }
13 },
14 /* no module refs, insmod will take care of that instead! */
15 { { (struct module *)0, (struct module_ref *)0 } }