#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" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xc5d795a4, "usb_remove_phy" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x9c330032, "power_supply_put" },
	{ 0x4735ac17, "flush_work" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x39339f9c, "debugfs_create_x8" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xd9495a81, "power_supply_set_property" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0xfafc9995, "power_supply_get_by_name" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x92997ed8, "_printk" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xb2210d64, "reset_control_deassert" },
	{ 0x6c4b6684, "reset_control_assert" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x1de67f9b, "qcom_scm_io_writel" },
	{ 0x8cf1518f, "__devm_reset_control_get" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x4c3b0929, "usb_add_phy_dev" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xec66894d, "devm_clk_get_optional" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0x30516c87, "devm_ioremap_resource" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xa3fc462a, "platform_get_resource_byname" },
	{ 0xe8454fdd, "devm_usb_get_repeater_by_phandle" },
	{ 0x14d7a873, "of_device_get_match_data" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "qcom-scm,repeater");

MODULE_ALIAS("of:N*T*Cqcom,usb-m31-eusb2-phy");
MODULE_ALIAS("of:N*T*Cqcom,usb-m31-eusb2-phyC*");

MODULE_INFO(scmversion, "gf957779e27df");
