#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xdc7a87d9, "hwspin_lock_free" },
	{ 0x51c4270d, "platform_device_unregister" },
	{ 0x56b2617, "platform_device_register_full" },
	{ 0x63bf8485, "devm_ioremap_wc" },
	{ 0x761b06be, "of_address_to_resource" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x37a0cba, "kfree" },
	{ 0xecddad5d, "hwspin_lock_request_specific" },
	{ 0x8197c72f, "of_hwspin_lock_get_id" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xa7bc3c0c, "__hwspin_unlock" },
	{ 0x9b789cf1, "__hwspin_lock_timeout" },
	{ 0xfb83a2a6, "_dev_err" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cqcom,smem");
MODULE_ALIAS("of:N*T*Cqcom,smemC*");

MODULE_INFO(scmversion, "gf957779e27df");
