#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(platform_profile_notify, "_gpl", ""); KSYMTAB_FUNC(platform_profile_cycle, "_gpl", ""); KSYMTAB_FUNC(platform_profile_register, "_gpl", ""); KSYMTAB_FUNC(platform_profile_remove, "_gpl", ""); MODULE_INFO(depends, "");