#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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x85df9b6c, "strsep" },
	{ 0xc310b981, "strnstr" },
	{ 0x98cf60b3, "strlen" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x1e6d26a8, "strstr" },
	{ 0x82bb0350, "of_get_property" },
	{ 0xfd6dabf0, "of_prop_next_string" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x11089ac7, "_ctype" },
	{ 0x5927f85f, "PDE_DATA" },
	{ 0xf3cb0240, "mmi_annotate" },
	{ 0xa07a37f0, "memchr" },
	{ 0x1e42c653, "seq_printf" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0x8d452a34, "seq_read" },
	{ 0x34b57571, "qcom_smem_alloc" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x7fac5fcb, "remove_proc_entry" },
	{ 0x1453ea4b, "proc_create" },
	{ 0xa916b694, "strnlen" },
	{ 0x5899664c, "qcom_smem_get" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x160c9308, "of_find_node_opts_by_path" },
	{ 0xdcd7f2d3, "kobject_del" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0x37a0cba, "kfree" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0xe2f2ac01, "kobject_create_and_add" },
	{ 0x5482805e, "mmi_annotate_persist" },
	{ 0x5792f848, "strlcpy" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "mmi_annotate,smem");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
