#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" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x74c134b9, "__sw_hweight32" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0xfb384d37, "kasprintf" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x7665a95b, "idr_remove" },
	{ 0x91f44510, "idr_alloc_cyclic" },
	{ 0xa6257a2f, "complete" },
	{ 0x5d112304, "__memcpy_fromio" },
	{ 0x20978fb9, "idr_find" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x75aa1e4, "bus_register" },
	{ 0xc2b8ddef, "bus_unregister" },
	{ 0xa7964c48, "__pm_runtime_suspend" },
	{ 0x6ebe366f, "ktime_get_mono_fast_ns" },
	{ 0x92997ed8, "_printk" },
	{ 0x96f6c9fa, "__pm_runtime_set_status" },
	{ 0x61dd786a, "__pm_runtime_resume" },
	{ 0x37a0cba, "kfree" },
	{ 0x80f2140f, "device_register" },
	{ 0xd75566fd, "dev_set_name" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xb8be5615, "device_find_child" },
	{ 0xff2c916f, "device_unregister" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x82bb0350, "of_get_property" },
	{ 0x311c9ba7, "of_get_next_child" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x9c6febfc, "add_uevent_var" },
	{ 0x4f8f8ffe, "of_match_device" },
	{ 0x313a6dce, "put_device" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x13fca8b1, "get_device" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xffb7c514, "ida_free" },
	{ 0xd368e105, "device_for_each_child" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xe7a02573, "ida_alloc_range" },
	{ 0xc281958, "driver_unregister" },
	{ 0x799ad5ad, "driver_register" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
