#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x9b41f727, "rpmh_write" },
	{ 0x2e4916d7, "rpmh_write_async" },
	{ 0x96848186, "scnprintf" },
	{ 0x98cf60b3, "strlen" },
	{ 0x3300c65, "rdev_get_drvdata" },
	{ 0x944d33ab, "devm_regulator_debug_register" },
	{ 0xe29f2c6a, "devm_regulator_proxy_consumer_register" },
	{ 0xc151236f, "devm_regulator_register" },
	{ 0x35b93fad, "of_get_regulator_init_data" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x37a0cba, "kfree" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xf0b2419f, "cmd_db_read_aux_data" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x34498f47, "of_platform_populate" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x51ae23ec, "of_find_node_by_name" },
	{ 0x450d9a35, "cmd_db_read_slave_id" },
	{ 0x92997ed8, "_printk" },
	{ 0x8e39398, "cmd_db_read_addr" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x8896326d, "of_match_node" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x2e60c55, "regulator_proxy_consumer_sync_state" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
};

MODULE_INFO(depends, "qcom_ipc_logging,qcom_rpmh,debug-regulator,proxy-consumer,cmd-db");


MODULE_INFO(scmversion, "gf957779e27df");
