#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" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xb02c94ac, "usb_remove_repeater_dev" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x39339f9c, "debugfs_create_x8" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xcf01e6f2, "regmap_bulk_read" },
	{ 0x7725a34d, "regmap_update_bits_base" },
	{ 0x77a2f325, "regmap_bulk_write" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xe3c2ce83, "usb_add_repeater_dev" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xeed7d9a5, "dev_get_regmap" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "repeater");

MODULE_ALIAS("of:N*T*Cqcom,pmic-eusb2-repeater");
MODULE_ALIAS("of:N*T*Cqcom,pmic-eusb2-repeaterC*");

MODULE_INFO(scmversion, "gf957779e27df");
