#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" },
	{ 0x1aa2bbba, "gpiod_set_value_cansleep" },
	{ 0xd43025f1, "regmap_write" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x9217185a, "of_property_read_variable_u16_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xe3c2ce83, "usb_add_repeater_dev" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0xe94205ce, "devm_gpiod_get_optional" },
	{ 0x64cf3182, "devm_regmap_qti_debugfs_register" },
	{ 0x9b7ed4e8, "__devm_regmap_init_i2c" },
	{ 0x8896326d, "of_match_node" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0xb02c94ac, "usb_remove_repeater_dev" },
	{ 0xf2194178, "i2c_register_driver" },
};

MODULE_INFO(depends, "repeater,qti-regmap-debugfs");

MODULE_ALIAS("of:N*T*Cnxp,eusb2-repeater");
MODULE_ALIAS("of:N*T*Cnxp,eusb2-repeaterC*");
MODULE_ALIAS("of:N*T*Cti,eusb2-repeater");
MODULE_ALIAS("of:N*T*Cti,eusb2-repeaterC*");
MODULE_ALIAS("of:N*T*Cdiodes,eusb2-repeater-PI3EUSB1100");
MODULE_ALIAS("of:N*T*Cdiodes,eusb2-repeater-PI3EUSB1100C*");

MODULE_INFO(scmversion, "gf957779e27df");
