#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" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x4fd830d5, "gh_rm_unregister_notifier" },
	{ 0x2d06579b, "gh_mem_notifier_unregister" },
	{ 0xb5006d01, "gh_rm_mem_notify" },
	{ 0x4884e997, "gh_rm_mem_release" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x37a0cba, "kfree" },
	{ 0xdbeefff8, "gh_rm_mem_lend" },
	{ 0xfd527caf, "gh_rm_mem_share" },
	{ 0x7d6144cd, "gh_rm_mem_reclaim" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xbce318c2, "of_count_phandle_with_args" },
	{ 0x435a71a8, "msm_gpio_get_pin_address" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0x4bad7fde, "gh_rm_get_vmid" },
	{ 0x7cf771df, "gh_rm_register_notifier" },
	{ 0xb61451eb, "gh_mem_notifier_register" },
	{ 0x3ab39c72, "of_find_compatible_node" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "gh_rm_drv,gh_mem_notifier,pinctrl-msm");

MODULE_ALIAS("of:N*T*Cqcom,tlmm-vm-mem-access");
MODULE_ALIAS("of:N*T*Cqcom,tlmm-vm-mem-accessC*");

MODULE_INFO(scmversion, "gf957779e27df");
