#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" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x38995cd2, "kernel_kobj" },
	{ 0x7ceeac9, "panic_notifier_list" },
	{ 0xaf56600a, "arm64_use_ng_mappings" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x74018afa, "kset_unregister" },
	{ 0xbc932109, "msm_minidump_add_region" },
	{ 0xdd64e639, "strscpy" },
	{ 0xd3752c27, "atomic_notifier_call_chain" },
	{ 0xc0b30a2e, "dma_free_attrs" },
	{ 0xc9fcc6d5, "dma_alloc_attrs" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x5431f61f, "of_reserved_mem_device_init_by_idx" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x54f4396b, "dma_set_coherent_mask" },
	{ 0x9347eaf8, "dma_set_mask" },
	{ 0x94961283, "vunmap" },
	{ 0x6ad57edb, "kset_create_and_add" },
	{ 0xbfbc2abf, "vmap" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x56470118, "__warn_printk" },
	{ 0x98cf60b3, "strlen" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x124bad4d, "kstrtobool" },
	{ 0x96848186, "scnprintf" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0x7181db30, "atomic_notifier_chain_unregister" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x2b9997fb, "atomic_notifier_chain_register" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0x9003ee04, "kobject_uevent" },
	{ 0x8ff170bc, "kobject_init_and_add" },
	{ 0x37a0cba, "kfree" },
	{ 0xfe6b276a, "kobject_put" },
	{ 0x91fbc223, "kset_find_obj" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0x584e21a2, "msm_minidump_enabled" },
};

MODULE_INFO(depends, "minidump");

MODULE_ALIAS("of:N*T*Cqcom,va-minidump");
MODULE_ALIAS("of:N*T*Cqcom,va-minidumpC*");

MODULE_INFO(scmversion, "gf957779e27df");
