#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x87b8798d, "sg_next" },
	{ 0x9ec6ca96, "ktime_get_real_ts64" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x4302d0eb, "free_pages" },
	{ 0xf09b5d9a, "get_zeroed_page" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0x5c4cffba, "__class_create" },
	{ 0x40af62cf, "device_destroy" },
	{ 0x4f34d4f1, "device_create" },
	{ 0xa6f6226c, "kasan_flag_enabled" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xa0f3ee6a, "usb_debug_root" },
	{ 0xe348b38a, "kmem_cache_destroy" },
	{ 0x5e515be6, "ktime_get_ts64" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0xa092972e, "kmem_cache_alloc" },
	{ 0x3116c014, "kmem_cache_create" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x1000e51, "schedule" },
	{ 0x37110088, "remove_wait_queue" },
	{ 0x4afb2238, "add_wait_queue" },
	{ 0xaad8c7d6, "default_wake_function" },
	{ 0x4d011cb1, "kmem_cache_free" },
	{ 0x96848186, "scnprintf" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x619cb7dd, "simple_read_from_buffer" },
	{ 0x528c8b55, "no_llseek" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x790be0b9, "usb_bus_idr" },
	{ 0x255161f6, "usb_bus_idr_lock" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xfed11ed1, "usb_mon_deregister" },
	{ 0x811dc334, "usb_unregister_notify" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x89bbafc6, "usb_register_notify" },
	{ 0xc57c48a3, "idr_get_next" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0xaae56660, "usb_mon_register" },
	{ 0x37a0cba, "kfree" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
