#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" },
	{ 0xdcb764ad, "memset" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xaf56600a, "arm64_use_ng_mappings" },
	{ 0x7ceeac9, "panic_notifier_list" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x7181db30, "atomic_notifier_chain_unregister" },
	{ 0x31472e84, "sps_deregister_bam_device" },
	{ 0x96f6c9fa, "__pm_runtime_set_status" },
	{ 0x71166874, "sps_register_bam_device" },
	{ 0x2ead6a7c, "device_property_present" },
	{ 0xaa8378f7, "sps_timer_ctrl" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x311c9ba7, "of_get_next_child" },
	{ 0x9a6993d1, "pm_runtime_enable" },
	{ 0x6430a0d5, "pm_runtime_no_callbacks" },
	{ 0x8c03d20c, "destroy_workqueue" },
	{ 0x49cd25ed, "alloc_workqueue" },
	{ 0x26642b9c, "platform_get_irq" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x647bbfd5, "platform_get_resource" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x8d37946b, "sps_get_bam_debug_info" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xa5e439f, "sps_set_config" },
	{ 0xbc264779, "sps_register_event" },
	{ 0xfaeb4169, "__pm_runtime_idle" },
	{ 0x2db6f573, "sps_free_endpoint" },
	{ 0x31a85ef3, "sps_disconnect" },
	{ 0xb17fb7c0, "sps_connect" },
	{ 0xa6d6d4c1, "sps_get_config" },
	{ 0x538e2504, "sps_alloc_endpoint" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0x61dd786a, "__pm_runtime_resume" },
	{ 0xd653b126, "sched_clock" },
	{ 0x7f5b4fe4, "sg_free_table" },
	{ 0x5cf884a, "dma_get_sgtable_attrs" },
	{ 0xc9fcc6d5, "dma_alloc_attrs" },
	{ 0x54fa6916, "dma_map_resource" },
	{ 0x18b48e28, "__memset_io" },
	{ 0x6b4b2933, "__ioremap" },
	{ 0xc9482643, "sps_setup_bam2bam_fifo" },
	{ 0x2b9997fb, "atomic_notifier_chain_register" },
	{ 0xb21d93eb, "sps_device_reset" },
	{ 0xc933d2eb, "sps_get_bam_addr" },
	{ 0xaf0c4f48, "sps_phy2h" },
	{ 0xedc03953, "iounmap" },
	{ 0xea5a0383, "dma_unmap_resource" },
	{ 0xc0b30a2e, "dma_free_attrs" },
	{ 0xeb078aee, "_raw_write_unlock_irqrestore" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x5021bd81, "_raw_write_lock_irqsave" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "sps_drv");

MODULE_ALIAS("of:N*T*Cqcom,usb-bam-msm");
MODULE_ALIAS("of:N*T*Cqcom,usb-bam-msmC*");

MODULE_INFO(scmversion, "gf957779e27df");
