#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" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 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" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x739706ab, "single_open" },
	{ 0xb43f9365, "ktime_get" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x4af6ddf0, "kstrtou16" },
	{ 0x6a6e05bf, "kstrtou8" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x85df9b6c, "strsep" },
	{ 0x5dc6186, "single_release" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 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" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x556e4390, "clk_get_rate" },
	{ 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" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0x1de67f9b, "qcom_scm_io_writel" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8cf1518f, "__devm_reset_control_get" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x4c3b0929, "usb_add_phy_dev" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0x30516c87, "devm_ioremap_resource" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xa3fc462a, "platform_get_resource_byname" },
	{ 0xe2a806bf, "devm_usb_get_optional_repeater_by_phandle" },
	{ 0xfc45e713, "__platform_driver_register" },
};

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

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

MODULE_INFO(scmversion, "gf957779e27df");
