#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" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x7a2af7b4, "cpu_number" },
	{ 0x96e7c744, "__tracepoint_rproc_qcom_event" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xca9e8c86, "unregister_rpmsg_driver" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x20d81059, "up_write" },
	{ 0x28ed2847, "down_write" },
	{ 0x36c7fbb6, "of_platform_depopulate" },
	{ 0x42160169, "flush_workqueue" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x1e803989, "debugfs_create_bool" },
	{ 0xc4c3eec2, "debugfs_create_u32" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0x1b792262, "__traceiter_rproc_qcom_event" },
	{ 0x349d7031, "pm_relax" },
	{ 0x56cddc9d, "pm_stay_awake" },
	{ 0x34498f47, "of_platform_populate" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x20978fb9, "idr_find" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x8c03d20c, "destroy_workqueue" },
	{ 0x8e17b3ae, "idr_destroy" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0xd6cc0cc0, "qcom_unregister_ssr_notifier" },
	{ 0xf618ca5b, "pdr_handle_release" },
	{ 0xf5e731f5, "device_init_wakeup" },
	{ 0x432975e6, "pdr_add_lookup" },
	{ 0x47b2ed49, "pdr_handle_alloc" },
	{ 0xfa538df, "qcom_register_ssr_notifier" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0xf5a94b83, "__init_rwsem" },
	{ 0x49cd25ed, "alloc_workqueue" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x98cf60b3, "strlen" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x3f639c10, "__register_rpmsg_driver" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x7665a95b, "idr_remove" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0xb8f11603, "idr_alloc" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x37a0cba, "kfree" },
	{ 0x2d39b0a7, "kstrdup" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xcc4c51d, "rpmsg_send" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x6b50e951, "up_read" },
	{ 0x92997ed8, "_printk" },
	{ 0x3355da1c, "down_read" },
};

MODULE_INFO(depends, "rproc_qcom_common,qcom_ipc_logging,pdr_interface");

MODULE_ALIAS("of:N*T*Cqcom,pmic-glink");
MODULE_ALIAS("of:N*T*Cqcom,pmic-glinkC*");

MODULE_INFO(scmversion, "gf957779e27df");
