#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" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x85df9b6c, "strsep" },
	{ 0xb8b9f817, "kmalloc_order_trace" },
	{ 0x619cb7dd, "simple_read_from_buffer" },
	{ 0x7b9dbc42, "simple_open" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xe03a689d, "dma_fence_array_ops" },
	{ 0x999e8297, "vfree" },
	{ 0x2e0b1deb, "dma_fence_get_status" },
	{ 0x7b37d4a7, "_find_first_zero_bit" },
	{ 0x656e4a6e, "snprintf" },
	{ 0xfff5afc, "time64_to_tm" },
	{ 0x9ec6ca96, "ktime_get_real_ts64" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0x8d9ca0e6, "dma_fence_enable_sw_signaling" },
	{ 0x7ab45d25, "dma_fence_array_create" },
	{ 0x8e21c9a1, "dma_fence_add_callback" },
	{ 0x16dee44d, "dma_fence_init" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0x96848186, "scnprintf" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x40af62cf, "device_destroy" },
	{ 0xdf3d14d1, "ipc_lite_register_client" },
	{ 0x14605535, "dma_fence_context_alloc" },
	{ 0x49cd25ed, "alloc_workqueue" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0xd0ac05f2, "ipc_lite_msg_send" },
	{ 0xe123f3d9, "dma_fence_release" },
	{ 0x350ea558, "dma_fence_default_wait" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xe46021ca, "_raw_spin_unlock_bh" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0xc3690fc, "_raw_spin_lock_bh" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x79aa04a2, "get_random_bytes" },
	{ 0xdd64e639, "strscpy" },
	{ 0x40a9b349, "vzalloc" },
	{ 0x98c039dc, "dma_fence_wait_timeout" },
	{ 0x3d02cd70, "dma_fence_signal_locked" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x3b20fb95, "dma_fence_remove_callback" },
	{ 0x37a0cba, "kfree" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "qcom_ipc_lite");


MODULE_INFO(scmversion, "gf957779e27df");
