#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" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x8a99cdbf, "rpmsg_register_device_override" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0x5a710273, "qcom_smem_get_free_space" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0x5d112304, "__memcpy_fromio" },
	{ 0x3801776b, "__ioread32_copy" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xf77555cd, "__memcpy_toio" },
	{ 0x2dba276a, "__iowrite32_copy" },
	{ 0x1000e51, "schedule" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x8ddd8aad, "schedule_timeout" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0x61978e79, "rpmsg_register_device" },
	{ 0x8e0b4dc7, "rpmsg_unregister_device" },
	{ 0xfbb8a761, "strscpy_pad" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xd43025f1, "regmap_write" },
	{ 0xd0973fff, "mbox_client_txdone" },
	{ 0xec55920d, "mbox_send_message" },
	{ 0x2d39b0a7, "kstrdup" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x5899664c, "qcom_smem_get" },
	{ 0x178c2e1f, "irq_of_parse_and_map" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0xc685e4a0, "syscon_node_to_regmap" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x1fb4d43d, "mbox_request_channel" },
	{ 0x3c3ff9fd, "sprintf" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x37a0cba, "kfree" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xf4cff926, "_dev_warn" },
	{ 0xd368e105, "device_for_each_child" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x3ce4ca6f, "disable_irq" },
	{ 0xff2c916f, "device_unregister" },
	{ 0x767878ac, "mbox_free_channel" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x313a6dce, "put_device" },
	{ 0x92997ed8, "_printk" },
	{ 0x80f2140f, "device_register" },
	{ 0xd75566fd, "dev_set_name" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
};

MODULE_INFO(depends, "smem");

MODULE_ALIAS("of:N*T*Cqcom,smd");
MODULE_ALIAS("of:N*T*Cqcom,smdC*");

MODULE_INFO(scmversion, "gf957779e27df");
