#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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x2d3385d3, "system_wq" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x3d51e1b1, "misc_deregister" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x3c3ff9fd, "sprintf" },
	{ 0x51bc71de, "thermal_zone_get_temp" },
	{ 0x16a8916e, "kobject_uevent_env" },
	{ 0x9c6febfc, "add_uevent_var" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x96b29254, "strncasecmp" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x1e6d26a8, "strstr" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0x53cc1237, "devm_kfree" },
	{ 0x4e8186ce, "thermal_zone_device_unregister" },
	{ 0x136209db, "power_supply_reg_notifier" },
	{ 0xdfa82fb3, "thermal_zone_get_zone_by_name" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x9f842df6, "misc_register" },
	{ 0x359903bc, "thermal_zone_device_register" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cmmi,sys-temp");
MODULE_ALIAS("of:N*T*Cmmi,sys-tempC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
