#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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0xc6a4a872, "__clk_is_enabled" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x15ba50a6, "jiffies" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xad7a0177, "gpr_driver_unregister" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0x37a0cba, "kfree" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x34498f47, "of_platform_populate" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x7113bd0c, "__gpr_driver_register" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x92997ed8, "_printk" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x8ddd8aad, "schedule_timeout" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x1dfcfa64, "gpr_send_pkt" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
};

MODULE_INFO(depends, "gpr_dlkm");

MODULE_ALIAS("of:N*T*Cqcom,spf_core");
MODULE_ALIAS("of:N*T*Cqcom,spf_coreC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
