#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xc59fbfb4, "ufs_qcom_phy_dump_regs" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xb43f9365, "ktime_get" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0xb2210d64, "reset_control_deassert" },
	{ 0x84a288bf, "ufs_qcom_phy_write_tbl" },
	{ 0x6c4b6684, "reset_control_assert" },
	{ 0x334c753d, "get_ufs_qcom_phy" },
	{ 0x9cd685a0, "ufs_qcom_phy_get_reset" },
	{ 0x6b8b67e8, "ufs_qcom_phy_init_vregulators" },
	{ 0x560c6df8, "ufs_qcom_phy_init_clks" },
	{ 0x38e22232, "ufs_qcom_phy_power_off" },
	{ 0x6c08323b, "ufs_qcom_phy_power_on" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xdd64e639, "strscpy" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x8e377e75, "ufs_qcom_phy_generic_probe" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "phy-qcom-ufs");

MODULE_ALIAS("of:N*T*Cqcom,ufs-phy-qmp-v4");
MODULE_ALIAS("of:N*T*Cqcom,ufs-phy-qmp-v4C*");

MODULE_INFO(scmversion, "gf957779e27df");
