#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); 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"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(mqprio_validate_qopt, "_gpl", ""); KSYMTAB_FUNC(mqprio_qopt_reconstruct, "_gpl", ""); KSYMTAB_FUNC(mqprio_fp_to_offload, "_gpl", ""); SYMBOL_CRC(mqprio_validate_qopt, 0x546776ad, "_gpl"); SYMBOL_CRC(mqprio_qopt_reconstruct, 0x0ac849bd, "_gpl"); SYMBOL_CRC(mqprio_fp_to_offload, 0xcede419b, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xe6d2458e, "do_trace_netlink_extack" }, { 0x656e4a6e, "snprintf" }, { 0xf6ebc03b, "net_ratelimit" }, { 0x122c3a7e, "_printk" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");