#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" },
	{ 0x280f9f14, "__per_cpu_offset" },
	{ 0x14e8186, "cpu_scale" },
	{ 0xcd91b127, "system_highpri_wq" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0x17de3d5, "nr_cpu_ids" },
	{ 0xde7ece30, "__cpu_possible_mask" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x96848186, "scnprintf" },
	{ 0x27bbf221, "disable_irq_nosync" },
	{ 0xc4f47221, "mod_delayed_work_on" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0xea0dce63, "topology_set_thermal_pressure" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x1ec508c9, "dev_pm_opp_find_freq_ceil" },
	{ 0xf0905d27, "dev_pm_opp_find_freq_floor" },
	{ 0xfcec0987, "enable_irq" },
	{ 0x9e7064e0, "__of_get_address" },
	{ 0x9f46ced8, "__sw_hweight64" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x8e65314b, "of_get_cpu_node" },
	{ 0x6907e8da, "get_cpu_device" },
	{ 0x367241b6, "device_create_file" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xaa4568a4, "of_irq_get" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x92997ed8, "_printk" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x3de09123, "cpumask_next" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
