EXPORT_SYMTAB

For convenience, a module usually exports all non-file-scope symbols (ie. all those not declared static). If this is defined before include/linux/module.h is included, then only symbols explicit exported with EXPORT_SYMBOL() will be exported.