#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" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4829a47e, "memcpy" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0xf8beca97, "cancel_delayed_work_sync" },
	{ 0xc1514a3b, "free_irq" },
	{ 0xfe990052, "gpio_free" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xdd007012, "input_event" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x9166fada, "strncpy" },
	{ 0x3c3ff9fd, "sprintf" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x5a921311, "strncmp" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x90a8bed2, "gpiod_get_raw_value" },
	{ 0x3dff1f08, "i2c_transfer" },
	{ 0xfcec0987, "enable_irq" },
	{ 0x3ce4ca6f, "disable_irq" },
	{ 0x5344c6e4, "gpiod_to_irq" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0xb1a37bd4, "gpiod_direction_input" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0x87326190, "of_property_read_string" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0x6b8866fb, "input_unregister_device" },
	{ 0x4a089914, "sensors_classdev_unregister" },
	{ 0xff2c916f, "device_unregister" },
	{ 0xf9a482f9, "msleep" },
	{ 0x47229b5c, "gpio_request" },
	{ 0x9a45b209, "regulator_put" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x261e7f14, "regulator_is_enabled" },
	{ 0x7e5ef82f, "regulator_get" },
	{ 0x3e5cadfb, "sensors_classdev_register" },
	{ 0xeba2a98f, "input_register_device" },
	{ 0x420c430d, "input_set_abs_params" },
	{ 0x9e3bb8f1, "input_allocate_device" },
	{ 0x367241b6, "device_create_file" },
	{ 0x4f34d4f1, "device_create" },
	{ 0xf2194178, "i2c_register_driver" },
	{ 0x5c4cffba, "__class_create" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0xda571594, "cancel_delayed_work" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x92997ed8, "_printk" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
};

MODULE_INFO(depends, "sensors_class");

MODULE_ALIAS("i2c:sx937x_multi");

MODULE_INFO(srcversion, "DCE7671D77683FA93AAB451");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
