#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(mtdtest_erase_eraseblock, "_gpl", ""); KSYMTAB_FUNC(mtdtest_scan_for_bad_eraseblocks, "_gpl", ""); KSYMTAB_FUNC(mtdtest_erase_good_eraseblocks, "_gpl", ""); KSYMTAB_FUNC(mtdtest_read, "_gpl", ""); KSYMTAB_FUNC(mtdtest_write, "_gpl", ""); MODULE_INFO(depends, "mtd");