#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" },
	{ 0x42635d55, "pm_suspend_global_flags" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x48cd19ad, "irq_to_desc" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0x6bf72794, "__irq_resolve_mapping" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x7ceaf0d5, "generic_handle_irq" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0x564483cf, "mbox_controller_register" },
	{ 0x765c77f7, "of_parse_phandle_with_args" },
	{ 0xbce318c2, "of_count_phandle_with_args" },
	{ 0x695f563a, "of_device_is_available" },
	{ 0x99a55dda, "of_find_node_with_property" },
	{ 0x7522f3ba, "irq_modify_status" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0xde663212, "irq_set_chip_and_handler_name" },
	{ 0x20a789ac, "irq_set_chip_data" },
	{ 0x8e90ecbe, "handle_level_irq" },
	{ 0x5467e196, "__irq_domain_add" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x1939ec3f, "irq_domain_remove" },
	{ 0xff1fa4ca, "mbox_controller_unregister" },
	{ 0x9cc4f70a, "register_pm_notifier" },
	{ 0x26642b9c, "platform_get_irq" },
	{ 0x930f58f8, "devm_kasprintf" },
	{ 0x30516c87, "devm_ioremap_resource" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x647bbfd5, "platform_get_resource" },
	{ 0x92997ed8, "_printk" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cqcom,ipcc");
MODULE_ALIAS("of:N*T*Cqcom,ipccC*");

MODULE_INFO(scmversion, "gf957779e27df");
