#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" },
	{ 0xdcb764ad, "memset" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x263c3152, "bcmp" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0x5344c6e4, "gpiod_to_irq" },
	{ 0xca2dcf68, "extcon_sync" },
	{ 0xc6a03612, "extcon_set_property" },
	{ 0xaf9c6104, "extcon_set_state" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xf4cff926, "_dev_warn" },
	{ 0x8c8569cb, "kstrtoint" },
	{ 0x90a8bed2, "gpiod_get_raw_value" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x96848186, "scnprintf" },
	{ 0x9c5d5b94, "crc8" },
	{ 0xb8b9f817, "kmalloc_order_trace" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x37a0cba, "kfree" },
	{ 0xc6d09aa9, "release_firmware" },
	{ 0x3dff1f08, "i2c_transfer" },
	{ 0xd4da82c0, "gpiod_set_raw_value" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xf9a482f9, "msleep" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0xb1a37bd4, "gpiod_direction_input" },
	{ 0xfe990052, "gpio_free" },
	{ 0x47229b5c, "gpio_request" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0x92997ed8, "_printk" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xa8a72470, "extcon_set_property_capability" },
	{ 0x2cca347f, "devm_extcon_dev_register" },
	{ 0x5f6196f6, "devm_extcon_dev_allocate" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0x1fbf690e, "request_firmware_nowait" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xaa8106bc, "crc8_populate_msb" },
	{ 0xf2194178, "i2c_register_driver" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Clt,lt8711uxe2");
MODULE_ALIAS("of:N*T*Clt,lt8711uxe2C*");

MODULE_INFO(scmversion, "gf957779e27df");
