#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" },
	{ 0x45a707a2, "cpu_subsys" },
	{ 0x7281ec27, "cpu_topology" },
	{ 0x17de3d5, "nr_cpu_ids" },
	{ 0xde7ece30, "__cpu_possible_mask" },
	{ 0x65cafe5c, "param_ops_int" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xfe6b276a, "kobject_put" },
	{ 0xdcd7f2d3, "kobject_del" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0x8ff170bc, "kobject_init_and_add" },
	{ 0xc32add36, "of_cpu_node_to_id" },
	{ 0x89104b27, "of_parse_phandle_with_fixed_args" },
	{ 0xbce318c2, "of_count_phandle_with_args" },
	{ 0x82bb0350, "of_get_property" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x124bad4d, "kstrtobool" },
	{ 0x1de67f9b, "qcom_scm_io_writel" },
	{ 0x3de09123, "cpumask_next" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x96848186, "scnprintf" },
	{ 0x92997ed8, "_printk" },
	{ 0x4e2e74c1, "qcom_scm_io_readl" },
};

MODULE_INFO(depends, "qcom-scm");


MODULE_INFO(scmversion, "gf957779e27df");
