#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" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xaf56600a, "arm64_use_ng_mappings" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xd6cc0cc0, "qcom_unregister_ssr_notifier" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x1e7bbcb3, "kernel_restart" },
	{ 0x96848186, "scnprintf" },
	{ 0x57489972, "device_remove_file" },
	{ 0x367241b6, "device_create_file" },
	{ 0x93d6dd8c, "complete_all" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0x2e3bcce2, "wait_for_completion_interruptible" },
	{ 0xf02aa937, "wait_for_completion_interruptible_timeout" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x40af62cf, "device_destroy" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x761b06be, "of_address_to_resource" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xedc03953, "iounmap" },
	{ 0x6b4b2933, "__ioremap" },
	{ 0x87326190, "of_property_read_string" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x37a0cba, "kfree" },
	{ 0xfa538df, "qcom_register_ssr_notifier" },
	{ 0x6c23696b, "rproc_put" },
	{ 0x2b1f7d09, "qcom_spss_set_fw_name" },
	{ 0xf668cd44, "rproc_get_by_phandle" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x92997ed8, "_printk" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "rproc_qcom_common,qcom_spss");


MODULE_INFO(scmversion, "gf957779e27df");
