#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" },
	{ 0xc56a41e6, "vabits_actual" },
	{ 0xd4f2fe5, "bpf_trace_run7" },
	{ 0x413cae7a, "bpf_trace_run12" },
	{ 0x4efc6489, "bpf_trace_run4" },
	{ 0xb6ca7751, "bpf_trace_run6" },
	{ 0xe5fc6f76, "bpf_trace_run9" },
	{ 0x6cd7cede, "bpf_trace_run5" },
	{ 0x96a3087c, "bpf_trace_run8" },
	{ 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" },
	{ 0xd0d03b9a, "trace_event_raw_init" },
	{ 0xa35d7098, "trace_event_reg" },
	{ 0xaf56600a, "arm64_use_ng_mappings" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0xedc03953, "iounmap" },
	{ 0x6b4b2933, "__ioremap" },
	{ 0x761b06be, "of_address_to_resource" },
	{ 0x986124cd, "of_property_match_string" },
	{ 0xba911ac2, "icc_set_bw" },
	{ 0x5ff6019d, "icc_set_tag" },
	{ 0x1f9ad66b, "of_icc_get" },
	{ 0x17de3d5, "nr_cpu_ids" },
	{ 0xde7ece30, "__cpu_possible_mask" },
	{ 0x45a707a2, "cpu_subsys" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x7a2af7b4, "cpu_number" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x9f46ced8, "__sw_hweight64" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xe5df587a, "setup_ddrllcc_fp_device" },
	{ 0x3de09123, "cpumask_next" },
	{ 0x92997ed8, "_printk" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x96848186, "scnprintf" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xfe6b276a, "kobject_put" },
	{ 0x8ff170bc, "kobject_init_and_add" },
	{ 0x34498f47, "of_platform_populate" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x14d7a873, "of_device_get_match_data" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x160c9308, "of_find_node_opts_by_path" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x311c9ba7, "of_get_next_child" },
	{ 0x37a0cba, "kfree" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xd5977bfb, "mutex_lock" },
};

MODULE_INFO(depends, "dcvs_fp");


MODULE_INFO(scmversion, "gf957779e27df");
