#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" },
	{ 0xfede9222, "__tracepoint_suspend_resume" },
	{ 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" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xdbeeece6, "tracepoint_probe_unregister" },
	{ 0x9793cc0a, "regulator_get_voltage_rdev" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x95e102ab, "tracepoint_probe_register" },
	{ 0x5898130b, "dput" },
	{ 0xde909ad0, "debugfs_lookup" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x37a0cba, "kfree" },
	{ 0x9a45b209, "regulator_put" },
	{ 0x1e42c653, "seq_printf" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x8d452a34, "seq_read" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x3648026e, "regulator_set_mode" },
	{ 0x85097f00, "regulator_get_mode" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x619cb7dd, "simple_read_from_buffer" },
	{ 0x96848186, "scnprintf" },
	{ 0x14315d1, "regulator_get_voltage" },
	{ 0x7b9dbc42, "simple_open" },
	{ 0x4a270387, "regulator_force_disable" },
	{ 0x4f982b86, "regulator_allow_bypass" },
	{ 0xfd5aabce, "ww_mutex_unlock" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xa614f0a4, "ww_mutex_lock" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x7e5ef82f, "regulator_get" },
	{ 0x261e7f14, "regulator_is_enabled" },
	{ 0x7c8e2db2, "simple_attr_open" },
	{ 0xf289dbc4, "simple_attr_release" },
	{ 0x5a7a30af, "debugfs_attr_write" },
	{ 0x5842a8f5, "debugfs_attr_read" },
	{ 0x528c8b55, "no_llseek" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xeb7772d0, "debugfs_create_file_unsafe" },
	{ 0x42b30b1d, "devres_release" },
	{ 0xee792c9c, "devres_add" },
	{ 0xe93e49c3, "devres_free" },
	{ 0x8bf931e9, "__devres_alloc_node" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
