#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0x65cafe5c, "param_ops_int" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0xad7a0177, "gpr_driver_unregister" },
	{ 0xfddec350, "skb_put" },
	{ 0xb9b1f28d, "__alloc_skb" },
	{ 0x6e3a5b6a, "skb_queue_tail" },
	{ 0x7113bd0c, "__gpr_driver_register" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x40af62cf, "device_destroy" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xd75566fd, "dev_set_name" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x37a0cba, "kfree" },
	{ 0x1dfcfa64, "gpr_send_pkt" },
	{ 0x2c2067df, "mutex_lock_interruptible" },
	{ 0x9291cd3b, "memdup_user" },
	{ 0x13b963ad, "msm_audio_get_phy_addr" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x1000e51, "schedule" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x9b4f1f33, "msm_audio_ion_crash_handler" },
	{ 0x8892c6d0, "spf_core_apm_close_all" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0x3387eaf7, "kfree_skb" },
	{ 0x9b0b74c7, "skb_dequeue" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x92997ed8, "_printk" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0x8b83a1e8, "ipc_log_string" },
};

MODULE_INFO(depends, "gpr_dlkm,audpkt_ion_dlkm,spf_core_dlkm,qcom_ipc_logging");

MODULE_ALIAS("of:N*T*Cqcom,audio-pkt");
MODULE_ALIAS("of:N*T*Cqcom,audio-pktC*");
MODULE_ALIAS("of:N*T*Cqcom,audio-pkt-core-platform");
MODULE_ALIAS("of:N*T*Cqcom,audio-pkt-core-platformC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
