#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" },
	{ 0xdcb764ad, "memset" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xa6257a2f, "complete" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0x5899664c, "qcom_smem_get" },
	{ 0xf730fb4a, "qcom_smem_state_update_bits" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x2e3bcce2, "wait_for_completion_interruptible" },
	{ 0x497ddc24, "of_irq_get_byname" },
	{ 0x50d67d4c, "qcom_smem_state_get" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xb953c4ef, "of_device_is_compatible" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x37a0cba, "kfree" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x40af62cf, "device_destroy" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "smem");


MODULE_INFO(scmversion, "gf957779e27df");
