#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x5c9b341c, "of_fwnode_ops" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xafc99d3f, "spmi_controller_remove" },
	{ 0x313a6dce, "put_device" },
	{ 0x7c8e2db2, "simple_attr_open" },
	{ 0xf289dbc4, "simple_attr_release" },
	{ 0x5a7a30af, "debugfs_attr_write" },
	{ 0x5842a8f5, "debugfs_attr_read" },
	{ 0x528c8b55, "no_llseek" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xeb7772d0, "debugfs_create_file_unsafe" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x96848186, "scnprintf" },
	{ 0x6bf72794, "__irq_resolve_mapping" },
	{ 0x7ceaf0d5, "generic_handle_irq" },
	{ 0x56470118, "__warn_printk" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0x58a50066, "irq_domain_set_info" },
	{ 0x8e90ecbe, "handle_level_irq" },
	{ 0xab1d424c, "handle_edge_irq" },
	{ 0x1436aef4, "irq_domain_free_irqs_common" },
	{ 0x5467e196, "__irq_domain_add" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x1939ec3f, "irq_domain_remove" },
	{ 0xf7f3c3bd, "spmi_controller_add" },
	{ 0x9502e48f, "irq_set_chained_handler_and_data" },
	{ 0xed801dd7, "platform_get_irq_byname" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x30516c87, "devm_ioremap_resource" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0xa3fc462a, "platform_get_resource_byname" },
	{ 0x42a12f4c, "spmi_controller_alloc" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xc5776c2, "of_find_device_by_node" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cqcom,spmi-pmic-arb");
MODULE_ALIAS("of:N*T*Cqcom,spmi-pmic-arbC*");

MODULE_INFO(scmversion, "gf957779e27df");
