#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" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0xf8beca97, "cancel_delayed_work_sync" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x20978fb9, "idr_find" },
	{ 0xa6257a2f, "complete" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x8e17b3ae, "idr_destroy" },
	{ 0x56e3edd9, "pmic_glink_unregister_client" },
	{ 0xf4cff926, "_dev_warn" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0x8945c783, "pmic_glink_register_client" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x5a5edc5c, "pmic_glink_write" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xc5776c2, "of_find_device_by_node" },
	{ 0x7665a95b, "idr_remove" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x92997ed8, "_printk" },
	{ 0xb8f11603, "idr_alloc" },
	{ 0x2d39b0a7, "kstrdup" },
	{ 0x37a0cba, "kfree" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x765c77f7, "of_parse_phandle_with_args" },
};

MODULE_INFO(depends, "qcom_ipc_logging,pmic_glink");


MODULE_INFO(scmversion, "gf957779e27df");
