#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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 SYMBOL_CRC(vivaldi_feature_mapping, 0x0d1de368, "_gpl"); SYMBOL_CRC(vivaldi_attribute_groups, 0xfa20bd95, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xbdfb6dbb, "__fentry__" }, { 0x5b8239ca, "__x86_return_thunk" }, { 0x392dd735, "hid_alloc_report_buf" }, { 0x9545112e, "hid_hw_raw_request" }, { 0xe78835f9, "hid_report_raw_event" }, { 0x37a0cba, "kfree" }, { 0xb024ade4, "_dev_warn" }, { 0xfe19dc28, "vivaldi_function_row_physmap_show" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "");