#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" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x483b685d, "mhi_driver_unregister" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xfa4bc742, "qrtr_endpoint_post" },
	{ 0x58d56222, "consume_skb" },
	{ 0x7c80e6fb, "mhi_unprepare_from_transfer" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x3ab39c72, "of_find_compatible_node" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x56be23e1, "sk_free" },
	{ 0xa76ece10, "__pskb_pull_tail" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0x3387eaf7, "kfree_skb" },
	{ 0xe0d1e87d, "mhi_queue_skb" },
	{ 0x92997ed8, "_printk" },
	{ 0xf02aa937, "wait_for_completion_interruptible_timeout" },
	{ 0x25974000, "wait_for_completion" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x93d6dd8c, "complete_all" },
	{ 0x1f142134, "qrtr_endpoint_unregister" },
	{ 0xb1bcb648, "mhi_prepare_for_transfer" },
	{ 0x2c320ee8, "qrtr_endpoint_register" },
	{ 0x95630109, "__mhi_driver_register" },
};

MODULE_INFO(depends, "mhi,qrtr");

MODULE_ALIAS("mhi:IPCR");

MODULE_INFO(scmversion, "gf957779e27df");
