#include #include #include MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); KSYMTAB_FUNC(team_modeop_port_enter, "", ""); KSYMTAB_FUNC(team_modeop_port_change_dev_addr, "", ""); KSYMTAB_FUNC(team_options_register, "", ""); KSYMTAB_FUNC(team_options_unregister, "", ""); KSYMTAB_FUNC(team_option_inst_set_change, "", ""); KSYMTAB_FUNC(team_options_change_check, "", ""); KSYMTAB_FUNC(team_mode_register, "", ""); KSYMTAB_FUNC(team_mode_unregister, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "B968DF1CA3C8F99CC76FB92");