#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" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x7a2af7b4, "cpu_number" },
	{ 0xc56a41e6, "vabits_actual" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x203392c6, "mutex_trylock" },
	{ 0x6c4b6684, "reset_control_assert" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xec55920d, "mbox_send_message" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0xb2210d64, "reset_control_deassert" },
	{ 0x9e7d6bd0, "__udelay" },
	{ 0xba911ac2, "icc_set_bw" },
	{ 0xf4cff926, "_dev_warn" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x7725a34d, "regmap_update_bits_base" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8cf1518f, "__devm_reset_control_get" },
	{ 0x1f9ad66b, "of_icc_get" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0xbb01e074, "__devm_regmap_init_mmio_clk" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0x647bbfd5, "platform_get_resource" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0x89104b27, "of_parse_phandle_with_fixed_args" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0xc685e4a0, "syscon_node_to_regmap" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xbce318c2, "of_count_phandle_with_args" },
	{ 0x6f6fe0d9, "syscon_regmap_lookup_by_phandle" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x82bb0350, "of_get_property" },
	{ 0x35b93fad, "of_get_regulator_init_data" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x767878ac, "mbox_free_channel" },
	{ 0x944d33ab, "devm_regulator_debug_register" },
	{ 0xe29f2c6a, "devm_regulator_proxy_consumer_register" },
	{ 0xc151236f, "devm_regulator_register" },
	{ 0xd43025f1, "regmap_write" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x1fb4d43d, "mbox_request_channel" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0x2e60c55, "regulator_proxy_consumer_sync_state" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x4efc6489, "bpf_trace_run4" },
	{ 0x7ff5b9fd, "perf_trace_run_bpf_submit" },
	{ 0x2d2c902f, "perf_trace_buf_alloc" },
	{ 0x7381287f, "trace_handle_return" },
	{ 0x9df162b8, "trace_event_printf" },
	{ 0xa408db3a, "trace_raw_output_prep" },
	{ 0x98cf60b3, "strlen" },
	{ 0x6a2762f5, "trace_event_ignore_this_pid" },
	{ 0xfd5a8a18, "event_triggers_call" },
	{ 0xa19d380, "trace_event_buffer_commit" },
	{ 0xe914e41e, "strcpy" },
	{ 0xb464157f, "trace_event_buffer_reserve" },
	{ 0xcf01e6f2, "regmap_bulk_read" },
	{ 0xfd5aabce, "ww_mutex_unlock" },
	{ 0xa614f0a4, "ww_mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0x3300c65, "rdev_get_drvdata" },
	{ 0xd0d03b9a, "trace_event_raw_init" },
	{ 0xa35d7098, "trace_event_reg" },
};

MODULE_INFO(depends, "debug-regulator,proxy-consumer");


MODULE_INFO(scmversion, "gf957779e27df");
