#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" },
	{ 0x8e17b3ae, "idr_destroy" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0xf6a23e29, "regulator_notifier_call_chain" },
	{ 0xb8f11603, "idr_alloc" },
	{ 0x9a45b209, "regulator_put" },
	{ 0xffa7bd99, "regulator_get_optional" },
	{ 0x96848186, "scnprintf" },
	{ 0x20978fb9, "idr_find" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x92997ed8, "_printk" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0x37a0cba, "kfree" },
	{ 0x99f018c4, "nvmem_cell_read" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0x26642b9c, "platform_get_irq" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x824eae6, "devm_nvmem_cell_get" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "qcom_ipc_logging");

MODULE_ALIAS("of:N*T*Cqcom,regulator-ocp-notifier");
MODULE_ALIAS("of:N*T*Cqcom,regulator-ocp-notifierC*");

MODULE_INFO(scmversion, "gf957779e27df");
