#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" },
	{ 0xc5d795a4, "usb_remove_phy" },
	{ 0xd36cd787, "regulator_set_current_limit" },
	{ 0x4c3b0929, "usb_add_phy_dev" },
	{ 0x8dc4785d, "gpiod_get_value" },
	{ 0x5344c6e4, "gpiod_to_irq" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xd3752c27, "atomic_notifier_call_chain" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0x56b2617, "platform_device_register_full" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0x76d9b876, "clk_set_rate" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0xdcba0887, "gpiod_direction_output" },
	{ 0xe94205ce, "devm_gpiod_get_optional" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0x1aa2bbba, "gpiod_set_value_cansleep" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x51c4270d, "platform_device_unregister" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cusb-nop-xceiv");
MODULE_ALIAS("of:N*T*Cusb-nop-xceivC*");

MODULE_INFO(scmversion, "gf957779e27df");
