#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, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_MITIGATION_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(rfkill_get_led_trigger_name, "", ""); KSYMTAB_FUNC(rfkill_set_led_trigger_name, "", ""); KSYMTAB_FUNC(rfkill_set_hw_state_reason, "", ""); KSYMTAB_FUNC(rfkill_set_sw_state, "", ""); KSYMTAB_FUNC(rfkill_init_sw_state, "", ""); KSYMTAB_FUNC(rfkill_set_states, "", ""); KSYMTAB_FUNC(rfkill_find_type, "", ""); KSYMTAB_FUNC(rfkill_pause_polling, "", ""); KSYMTAB_FUNC(rfkill_resume_polling, "", ""); KSYMTAB_FUNC(rfkill_blocked, "", ""); KSYMTAB_FUNC(rfkill_soft_blocked, "", ""); KSYMTAB_FUNC(rfkill_alloc, "", ""); KSYMTAB_FUNC(rfkill_register, "", ""); KSYMTAB_FUNC(rfkill_unregister, "", ""); KSYMTAB_FUNC(rfkill_destroy, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "1F86150D100C7B042FB33EC");