#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" },
	{ 0x17de3d5, "nr_cpu_ids" },
	{ 0xde7ece30, "__cpu_possible_mask" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x1de67f9b, "qcom_scm_io_writel" },
	{ 0xbb4f4766, "simple_write_to_buffer" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xdd64e639, "strscpy" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x1e42c653, "seq_printf" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x8d452a34, "seq_read" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0x92997ed8, "_printk" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0x4e2e74c1, "qcom_scm_io_readl" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0x32068f3, "device_get_match_data" },
	{ 0xa3fc462a, "platform_get_resource_byname" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x6228c21f, "smp_call_function_single" },
	{ 0x3de09123, "cpumask_next" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "qcom-scm");


MODULE_INFO(scmversion, "gf957779e27df");
