#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xca9e8c86, "unregister_rpmsg_driver" },
	{ 0xbe4a6e97, "thermal_cooling_device_unregister" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0xa6257a2f, "complete" },
	{ 0x93d6dd8c, "complete_all" },
	{ 0x34498f47, "of_platform_populate" },
	{ 0xf53068cd, "seq_puts" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x8d452a34, "seq_read" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0x7c8e2db2, "simple_attr_open" },
	{ 0xf289dbc4, "simple_attr_release" },
	{ 0x5a7a30af, "debugfs_attr_write" },
	{ 0x5842a8f5, "debugfs_attr_read" },
	{ 0x528c8b55, "no_llseek" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0xcf94cd42, "thermal_of_cooling_device_register" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xdc528096, "cpu_latency_qos_update_request" },
	{ 0x589e1a22, "cpu_latency_qos_add_request" },
	{ 0x72294d37, "dev_pm_qos_update_request" },
	{ 0x6907e8da, "get_cpu_device" },
	{ 0x68bc2329, "dev_pm_qos_add_request" },
	{ 0x42160169, "flush_workqueue" },
	{ 0x952664c5, "do_exit" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x1000e51, "schedule" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0xb3f7646e, "kthread_should_stop" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xb8c2d95d, "kthread_stop" },
	{ 0x8c03d20c, "destroy_workqueue" },
	{ 0x3f639c10, "__register_rpmsg_driver" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x49cd25ed, "alloc_workqueue" },
	{ 0x4addd462, "wake_up_process" },
	{ 0x15f9ecee, "kthread_create_on_node" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x25974000, "wait_for_completion" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0xcc4c51d, "rpmsg_send" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cqcom,msm-cdsprm-rpmsg");
MODULE_ALIAS("of:N*T*Cqcom,msm-cdsprm-rpmsgC*");

MODULE_INFO(scmversion, "gf957779e27df");
