#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" },
	{ 0x85df9b6c, "strsep" },
	{ 0x9f984513, "strrchr" },
	{ 0xfb384d37, "kasprintf" },
	{ 0xb323e6f4, "config_group_init_type_name" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0xc406a652, "configfs_unregister_subsystem" },
	{ 0xfea88013, "configfs_register_subsystem" },
	{ 0x8577968d, "config_group_init" },
	{ 0xf7bde646, "config_item_put" },
	{ 0xfd28e538, "config_item_get" },
	{ 0xd64ed259, "__memcat_p" },
	{ 0x66b4cc41, "kmemdup" },
	{ 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" },
	{ 0xfc42ca73, "cleanup_srcu_struct" },
	{ 0xe182eaef, "class_unregister" },
	{ 0xa24f23d8, "__request_module" },
	{ 0xd7df630a, "init_srcu_struct" },
	{ 0x8e212945, "__class_register" },
	{ 0x463728ec, "__srcu_read_unlock" },
	{ 0xfb6e276c, "__srcu_read_lock" },
	{ 0x2d39b0a7, "kstrdup" },
	{ 0xdad7de90, "__pm_runtime_disable" },
	{ 0x6bc3fbc0, "__unregister_chrdev" },
	{ 0x96f6c9fa, "__pm_runtime_set_status" },
	{ 0xd0c225ad, "__pm_runtime_use_autosuspend" },
	{ 0xc18e62cb, "nonseekable_open" },
	{ 0x4cb9ffc2, "vm_iomap_memory" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x574c2e74, "bitmap_release_region" },
	{ 0xa7964c48, "__pm_runtime_suspend" },
	{ 0x6ebe366f, "ktime_get_mono_fast_ns" },
	{ 0x61dd786a, "__pm_runtime_resume" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0xdac4913a, "bitmap_allocate_region" },
	{ 0xa50a3da7, "_find_next_bit" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x4428fb5e, "__get_task_comm" },
	{ 0x5063e2ca, "compat_ptr_ioctl" },
	{ 0x528c8b55, "no_llseek" },
	{ 0xa8a05008, "__register_chrdev" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x3c3ff9fd, "sprintf" },
	{ 0x24f929e0, "device_match_name" },
	{ 0x94f212bd, "class_find_device" },
	{ 0xa739712c, "pm_runtime_forbid" },
	{ 0xff2c916f, "device_unregister" },
	{ 0xdc642c4c, "synchronize_srcu" },
	{ 0x9a6993d1, "pm_runtime_enable" },
	{ 0xcb3136b, "pm_runtime_set_autosuspend_delay" },
	{ 0x6430a0d5, "pm_runtime_no_callbacks" },
	{ 0xf8c05891, "device_add" },
	{ 0x26ffbc17, "kobject_set_name" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x88150c45, "device_initialize" },
	{ 0x999e8297, "vfree" },
	{ 0x40a9b349, "vzalloc" },
	{ 0x37a0cba, "kfree" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xc239ea43, "module_put" },
	{ 0x313a6dce, "put_device" },
	{ 0x55b19677, "try_module_get" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
