#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xbe4a6e97, "thermal_cooling_device_unregister" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xa1d780f3, "i2c_smbus_read_byte_data" },
	{ 0x5c3c7387, "kstrtoull" },
	{ 0x96848186, "scnprintf" },
	{ 0xcf94cd42, "thermal_of_cooling_device_register" },
	{ 0xafc088af, "i2c_smbus_write_byte_data" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x47229b5c, "gpio_request" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xfe990052, "gpio_free" },
	{ 0x78c50e4e, "devm_device_add_group" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x92997ed8, "_printk" },
	{ 0xf2194178, "i2c_register_driver" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("i2c:max31760");

MODULE_INFO(scmversion, "gf957779e27df");
