#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" },
	{ 0x944d33ab, "devm_regulator_debug_register" },
	{ 0xe29f2c6a, "devm_regulator_proxy_consumer_register" },
	{ 0xd1088695, "dev_pm_genpd_set_performance_state" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0x3300c65, "rdev_get_drvdata" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x35b93fad, "of_get_regulator_init_data" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x341788f9, "gpiod_put" },
	{ 0xc151236f, "devm_regulator_register" },
	{ 0x9583d7d5, "dev_err_probe" },
	{ 0x22ba2692, "gpiod_get_optional" },
	{ 0xd89d638d, "of_get_required_opp_performance_state" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xaa2bf0dd, "devm_kstrdup" },
	{ 0x14d7a873, "of_device_get_match_data" },
	{ 0x2e60c55, "regulator_proxy_consumer_sync_state" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "debug-regulator,proxy-consumer");

MODULE_ALIAS("of:N*T*Cqti-regulator-fixed");
MODULE_ALIAS("of:N*T*Cqti-regulator-fixedC*");
MODULE_ALIAS("of:N*T*Cregulator-fixed");
MODULE_ALIAS("of:N*T*Cregulator-fixedC*");
MODULE_ALIAS("of:N*T*Cregulator-fixed-clock");
MODULE_ALIAS("of:N*T*Cregulator-fixed-clockC*");
MODULE_ALIAS("of:N*T*Cregulator-fixed-domain");
MODULE_ALIAS("of:N*T*Cregulator-fixed-domainC*");

MODULE_INFO(scmversion, "gf957779e27df");
