#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xa6f6226c, "kasan_flag_enabled" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xf470e1fe, "ipc_log_context_destroy" },
	{ 0x5fe2f484, "dma_async_device_unregister" },
	{ 0x8203e99d, "of_dma_controller_free" },
	{ 0xc4c3eec2, "debugfs_create_u32" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x51bb5846, "dma_get_slave_channel" },
	{ 0xfcec0987, "enable_irq" },
	{ 0x3ce4ca6f, "disable_irq" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0xc1514a3b, "free_irq" },
	{ 0xc0b30a2e, "dma_free_attrs" },
	{ 0xea3c74e, "tasklet_kill" },
	{ 0xc9fcc6d5, "dma_alloc_attrs" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x9d2ab8ac, "__tasklet_schedule" },
	{ 0xdf2ebb87, "_raw_read_unlock_irqrestore" },
	{ 0x93d6dd8c, "complete_all" },
	{ 0xb1342cdb, "_raw_read_lock_irqsave" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xaeb082ad, "_raw_read_unlock_bh" },
	{ 0x8dee722d, "_raw_read_lock_bh" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xc15fa4af, "of_dma_controller_register" },
	{ 0xf4ce133d, "dma_async_device_register" },
	{ 0x2364c85a, "tasklet_init" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x2301f4c6, "vchan_init" },
	{ 0x26642b9c, "platform_get_irq" },
	{ 0x9347eaf8, "dma_set_mask" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0xa3fc462a, "platform_get_resource_byname" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x360c5ac5, "vchan_tx_desc_free" },
	{ 0xecb24fd2, "vchan_tx_submit" },
	{ 0xdf93d86e, "dma_async_tx_descriptor_init" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0xca27fb9f, "vchan_dma_desc_free_list" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0xd9f495c9, "dma_request_chan" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0xd653b126, "sched_clock" },
	{ 0x87b8798d, "sg_next" },
	{ 0x37a0cba, "kfree" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x9f76baf4, "_raw_write_unlock_irq" },
	{ 0x3aca0190, "_raw_write_lock_irq" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x3a986e86, "dma_release_channel" },
	{ 0x92997ed8, "_printk" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0xf888ca21, "sg_init_table" },
};

MODULE_INFO(depends, "qcom_ipc_logging");

MODULE_ALIAS("of:N*T*Cqcom,gpi-dma");
MODULE_ALIAS("of:N*T*Cqcom,gpi-dmaC*");

MODULE_INFO(scmversion, "gf957779e27df");
