#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" },
	{ 0xaf56600a, "arm64_use_ng_mappings" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xf474fdcb, "kfree_const" },
	{ 0x48a4fc89, "rproc_remove_subdev" },
	{ 0xf23b3cbd, "qcom_remove_ssr_subdev" },
	{ 0x79266395, "rproc_del" },
	{ 0x6db814e3, "rproc_report_crash" },
	{ 0xa6257a2f, "complete" },
	{ 0xf14f5684, "qcom_glink_ssr_notify" },
	{ 0xf84e73d0, "qcom_glink_spss_unregister" },
	{ 0x509097f8, "qcom_glink_spss_register" },
	{ 0x192ad040, "rproc_add_subdev" },
	{ 0xc343c521, "of_get_child_by_name" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0x63bf8485, "devm_ioremap_wc" },
	{ 0x761b06be, "of_address_to_resource" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x30516c87, "devm_ioremap_resource" },
	{ 0xa3fc462a, "platform_get_resource_byname" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xec6fbebd, "qcom_mdt_load" },
	{ 0xfc52abc7, "qcom_scm_pas_shutdown" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0xedc03953, "iounmap" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x6b4b2933, "__ioremap" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0xf1e046cc, "panic" },
	{ 0xdd7e3192, "qcom_scm_pas_auth_and_reset" },
	{ 0xc569ebe0, "qcom_rproc_toggle_load_state" },
	{ 0xbb444e5a, "qcom_register_dump_segments" },
	{ 0x96b9f73, "rproc_free" },
	{ 0xa881c6fc, "qcom_remove_sysmon_subdev" },
	{ 0xc78d3add, "rproc_add" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0x26642b9c, "platform_get_irq" },
	{ 0x57aa694a, "qcom_add_ssr_subdev" },
	{ 0xd8b7406a, "qcom_add_sysmon_subdev" },
	{ 0x1a4416d3, "qmp_get" },
	{ 0xf5e731f5, "device_init_wakeup" },
	{ 0xa91926af, "rproc_coredump_set_elf_info" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x126d8eed, "rproc_alloc" },
	{ 0x99094fb2, "qcom_scm_is_available" },
	{ 0x14d7a873, "of_device_get_match_data" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x37a0cba, "kfree" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x365e7911, "kstrdup_const" },
};

MODULE_INFO(depends, "rproc_qcom_common,qcom_glink,qcom_glink_spss,mdt_loader,qcom-scm,qcom_sysmon,qcom_aoss");

MODULE_ALIAS("of:N*T*Cqcom,waipio-spss-pas");
MODULE_ALIAS("of:N*T*Cqcom,waipio-spss-pasC*");
MODULE_ALIAS("of:N*T*Cqcom,kalama-spss-pas");
MODULE_ALIAS("of:N*T*Cqcom,kalama-spss-pasC*");

MODULE_INFO(scmversion, "gf957779e27df");
