#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xf8beca97, "cancel_delayed_work_sync" },
	{ 0x7c8e2db2, "simple_attr_open" },
	{ 0xf289dbc4, "simple_attr_release" },
	{ 0x5a7a30af, "debugfs_attr_write" },
	{ 0x5842a8f5, "debugfs_attr_read" },
	{ 0x528c8b55, "no_llseek" },
	{ 0xeb7772d0, "debugfs_create_file_unsafe" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x85df9b6c, "strsep" },
	{ 0xa6257a2f, "complete" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x5a5edc5c, "pmic_glink_write" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0x56e3edd9, "pmic_glink_unregister_client" },
	{ 0x9583d7d5, "dev_err_probe" },
	{ 0x8945c783, "pmic_glink_register_client" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "qcom_ipc_logging,pmic_glink");


MODULE_INFO(scmversion, "gf957779e27df");
