#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_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(od_register_powersave_bias_handler, "_gpl", ""); KSYMTAB_FUNC(od_unregister_powersave_bias_handler, "_gpl", ""); SYMBOL_CRC(od_register_powersave_bias_handler, 0x2f3e59f2, "_gpl"); SYMBOL_CRC(od_unregister_powersave_bias_handler, 0x0626da5f, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x37a0cba, "kfree" }, { 0x5594a34f, "dbs_update" }, { 0x64447c71, "__cpufreq_driver_target" }, { 0xbcab6ee6, "sscanf" }, { 0xe58c6d16, "gov_update_cpu_data" }, { 0x3c3ff9fd, "sprintf" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x95f44eea, "cpufreq_register_governor" }, { 0x1accbf7a, "cpufreq_unregister_governor" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x7a2af7b4, "cpu_number" }, { 0x7b9793a2, "get_cpu_idle_time_us" }, { 0x43b0c9c3, "preempt_schedule" }, { 0x7bcf5f59, "__cpu_online_mask" }, { 0xa04f945a, "cpus_read_lock" }, { 0xd15e3ab4, "cpufreq_cpu_get_raw" }, { 0x18fb2caf, "cpus_read_unlock" }, { 0x4fce03d3, "cpufreq_table_index_unsorted" }, { 0xee3e6948, "cpufreq_dbs_governor_init" }, { 0x43021d1b, "cpufreq_dbs_governor_exit" }, { 0x6373712, "cpufreq_dbs_governor_start" }, { 0x8659e7e0, "cpufreq_dbs_governor_stop" }, { 0x6e5a96be, "cpufreq_dbs_governor_limits" }, { 0xc7ec1a3d, "sampling_rate_store" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");