#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" },
	{ 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" },
	{ 0xbe4a6e97, "thermal_cooling_device_unregister" },
	{ 0x80446745, "__cpuhp_setup_state" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x7eb808d0, "add_cpu" },
	{ 0xad4e6259, "remove_cpu" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0xcf94cd42, "thermal_of_cooling_device_register" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xdd64e639, "strscpy" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x87326190, "of_property_read_string" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x6907e8da, "get_cpu_device" },
	{ 0x3de09123, "cpumask_next" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
