#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" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb13f0d72, "cdev_del" },
	{ 0x313a6dce, "put_device" },
	{ 0x13fca8b1, "get_device" },
	{ 0x89be51a8, "dma_buf_map_attachment" },
	{ 0xef238a57, "dma_buf_attach" },
	{ 0xa6bf2aa3, "dma_buf_vmap" },
	{ 0xac6a1de, "dma_buf_begin_cpu_access" },
	{ 0xea788350, "dma_buf_get" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x6091b333, "unregister_chrdev_region" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x40af62cf, "device_destroy" },
	{ 0xf9ff6a03, "cdev_add" },
	{ 0x88a509d5, "cdev_init" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xe3ec2f2b, "alloc_chrdev_region" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x765c77f7, "of_parse_phandle_with_args" },
	{ 0xad348830, "of_property_read_u64" },
	{ 0x6d21b42e, "dma_buf_put" },
	{ 0xfbecc63d, "dma_buf_detach" },
	{ 0xc117172c, "dma_buf_unmap_attachment" },
	{ 0xdda3c484, "dma_buf_end_cpu_access" },
	{ 0x51abb3d7, "dma_buf_vunmap" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x398b9914, "hyp_assign_phys" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x37a0cba, "kfree" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x92997ed8, "_printk" },
	{ 0xd5977bfb, "mutex_lock" },
};

MODULE_INFO(depends, "secure_buffer");

MODULE_ALIAS("of:N*T*Cqcom,msm-audio-ion");
MODULE_ALIAS("of:N*T*Cqcom,msm-audio-ionC*");
MODULE_ALIAS("of:N*T*Cqcom,msm-audio-ion-cma");
MODULE_ALIAS("of:N*T*Cqcom,msm-audio-ion-cmaC*");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
