#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>

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

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xcd91b127, "system_highpri_wq" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0x5e447fbe, "__tracepoint_android_vh_disable_thermal_cooling_stats" },
	{ 0x17de3d5, "nr_cpu_ids" },
	{ 0xde7ece30, "__cpu_possible_mask" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xaa071bc3, "__cpuhp_remove_state" },
	{ 0xdbeeece6, "tracepoint_probe_unregister" },
	{ 0xbe4a6e97, "thermal_cooling_device_unregister" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x80446745, "__cpuhp_setup_state" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x9b0d45d8, "walt_pause_cpus" },
	{ 0x8317ad7c, "blocking_notifier_call_chain" },
	{ 0x74003fdd, "walt_resume_cpus" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xcf94cd42, "thermal_of_cooling_device_register" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x95e102ab, "tracepoint_probe_register" },
	{ 0x92997ed8, "_printk" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0xdd64e639, "strscpy" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x6907e8da, "get_cpu_device" },
	{ 0x3de09123, "cpumask_next" },
	{ 0xa8b887c3, "of_phandle_iterator_next" },
	{ 0xe416596, "of_phandle_iterator_init" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x963aa2a9, "blocking_notifier_chain_unregister" },
	{ 0xbb0c86a5, "blocking_notifier_chain_register" },
};

MODULE_INFO(depends, "sched-walt");


MODULE_INFO(scmversion, "gf957779e27df");
