#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" },
	{ 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" },
	{ 0x483b685d, "mhi_driver_unregister" },
	{ 0xf9a482f9, "msleep" },
	{ 0x25974000, "wait_for_completion" },
	{ 0xa6257a2f, "complete" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x1000e51, "schedule" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0x40af62cf, "device_destroy" },
	{ 0x4f34d4f1, "device_create" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0x508124fc, "cdev_alloc" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0x42160169, "flush_workqueue" },
	{ 0x8b49b708, "usb_qdss_close" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x98cf60b3, "strlen" },
	{ 0x96848186, "scnprintf" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x95630109, "__mhi_driver_register" },
	{ 0x5c4cffba, "__class_create" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x37fdbc2b, "usb_qdss_free_req" },
	{ 0xfd72f93e, "usb_qdss_alloc_req" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xd179f9c8, "mhi_get_free_desc_count" },
	{ 0xb1bcb648, "mhi_prepare_for_transfer" },
	{ 0x7c80e6fb, "mhi_unprepare_from_transfer" },
	{ 0x28d4623a, "usb_qdss_open" },
	{ 0xf62033ec, "usb_qdss_write" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x37a0cba, "kfree" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x92997ed8, "_printk" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0x15c6c196, "mhi_queue_buf" },
	{ 0xe46021ca, "_raw_spin_unlock_bh" },
	{ 0xc3690fc, "_raw_spin_lock_bh" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x49cd25ed, "alloc_workqueue" },
};

MODULE_INFO(depends, "mhi,usb_f_qdss");


MODULE_INFO(scmversion, "gf957779e27df");
