#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,
	.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" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x2d3385d3, "system_wq" },
	{ 0x14e8186, "cpu_scale" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xb3055449, "__cpu_present_mask" },
	{ 0x38995cd2, "kernel_kobj" },
	{ 0x280f9f14, "__per_cpu_offset" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x17de3d5, "nr_cpu_ids" },
	{ 0xde7ece30, "__cpu_possible_mask" },
	{ 0x349cba85, "strchr" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x85df9b6c, "strsep" },
	{ 0xc310b981, "strnstr" },
	{ 0x841f2264, "sysfs_update_group" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x9acb3b18, "get_plh_scmi_device" },
	{ 0x5f238620, "qcom_pmu_event_supported" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x37a0cba, "kfree" },
	{ 0x2e3bcce2, "wait_for_completion_interruptible" },
	{ 0xfe6b276a, "kobject_put" },
	{ 0xb3f7646e, "kthread_should_stop" },
	{ 0x1000e51, "schedule" },
	{ 0x15f9ecee, "kthread_create_on_node" },
	{ 0x3854774b, "kstrtoll" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x9304c8a2, "sysfs_notify" },
	{ 0xbfa9e450, "core_ctl_notifier_unregister" },
	{ 0x68d6b22e, "core_ctl_notifier_register" },
	{ 0x124bad4d, "kstrtobool" },
	{ 0xca8c4758, "qcom_pmu_read" },
	{ 0x894967be, "freq_qos_remove_request" },
	{ 0x12501c79, "cpufreq_cpu_put" },
	{ 0x28498a88, "freq_qos_add_request" },
	{ 0xb1aa6622, "cpufreq_cpu_get" },
	{ 0x2eec24ef, "freq_qos_update_request" },
	{ 0x98cf60b3, "strlen" },
	{ 0x4841bdee, "strnchr" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x9a1dfd65, "strpbrk" },
	{ 0x96848186, "scnprintf" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0x92997ed8, "_printk" },
	{ 0xe2f2ac01, "kobject_create_and_add" },
	{ 0x4addd462, "wake_up_process" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x7dd98ec4, "__cpuhp_setup_state_cpuslocked" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x6ad57edb, "kset_create_and_add" },
	{ 0x18fb2caf, "cpus_read_unlock" },
	{ 0x3de09123, "cpumask_next" },
	{ 0xa04f945a, "cpus_read_lock" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xa6257a2f, "complete" },
	{ 0xb43f9365, "ktime_get" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
};

MODULE_INFO(depends, "plh_scmi,qcom-pmu-lib,sched-walt");


MODULE_INFO(scmversion, "gf957779e27df");
