#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" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x6cc38979, "usb_function_unregister" },
	{ 0xedc03953, "iounmap" },
	{ 0x1aec8cdd, "usb_ep_disable" },
	{ 0x2dbea237, "usb_ep_enable" },
	{ 0xfaf3beb1, "config_ep_by_speed" },
	{ 0x44695a6a, "usb_free_all_descriptors" },
	{ 0x3600a9e1, "usb_assign_descriptors" },
	{ 0x1a36c080, "usb_ep_autoconfig" },
	{ 0xb1173a32, "usb_interface_id" },
	{ 0x4841bdee, "strnchr" },
	{ 0xdd64e639, "strscpy" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0xf77555cd, "__memcpy_toio" },
	{ 0x5d112304, "__memcpy_fromio" },
	{ 0xc6b4cf41, "usb_put_function_instance" },
	{ 0x9eacf8a5, "kstrndup" },
	{ 0x98cf60b3, "strlen" },
	{ 0xb323e6f4, "config_group_init_type_name" },
	{ 0x619cb7dd, "simple_read_from_buffer" },
	{ 0x96848186, "scnprintf" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xe85b2278, "of_iomap" },
	{ 0x3ab39c72, "of_find_compatible_node" },
	{ 0x92997ed8, "_printk" },
	{ 0xfb75c796, "usb_function_register" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0x5e06bc5c, "refcount_dec_and_lock" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xd4616fc7, "usb_ep_queue" },
	{ 0x1d6766db, "usb_ep_free_request" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x880d48e4, "usb_ep_alloc_request" },
	{ 0x37a0cba, "kfree" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
