#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" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0xf2194178, "i2c_register_driver" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0x9220c2a, "pm_wakeup_dev_event" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0x528c8b55, "no_llseek" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0xc1514a3b, "free_irq" },
	{ 0xf5e731f5, "device_init_wakeup" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0xfcec0987, "enable_irq" },
	{ 0x27bbf221, "disable_irq_nosync" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0x1140fc73, "clk_get" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0x9a45b209, "regulator_put" },
	{ 0x7e5ef82f, "regulator_get" },
	{ 0x82bb0350, "of_get_property" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x8ddd8aad, "schedule_timeout" },
	{ 0x5344c6e4, "gpiod_to_irq" },
	{ 0xb1a37bd4, "gpiod_direction_input" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xd4da82c0, "gpiod_set_raw_value" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0x203392c6, "mutex_trylock" },
	{ 0x92e683f5, "down_timeout" },
	{ 0x2b040504, "get_client_env_object" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0x4f34d4f1, "device_create" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0x40af62cf, "device_destroy" },
	{ 0xfe990052, "gpio_free" },
	{ 0x47229b5c, "gpio_request" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x4f3b2249, "i2c_transfer_buffer_flags" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0x90a8bed2, "gpiod_get_raw_value" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x1000e51, "schedule" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x37a0cba, "kfree" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "qcom_ipc_logging,smcinvoke_dlkm");

MODULE_ALIAS("of:N*T*Cqcom,sn-nci");
MODULE_ALIAS("of:N*T*Cqcom,sn-nciC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
