#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,
	.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" },
	{ 0xe4bbc1dd, "kimage_voffset" },
	{ 0x9688de8b, "memstart_addr" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x6a40ac26, "regulator_count_voltages" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x656e4a6e, "snprintf" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0x8cf1518f, "__devm_reset_control_get" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x30516c87, "devm_ioremap_resource" },
	{ 0xa3fc462a, "platform_get_resource_byname" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x37a0cba, "kfree" },
	{ 0x167c5967, "print_hex_dump" },
	{ 0x2396c7f0, "clk_set_parent" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xb953c4ef, "of_device_is_compatible" },
	{ 0x92997ed8, "_printk" },
	{ 0xbc932109, "msm_minidump_add_region" },
	{ 0x96848186, "scnprintf" },
	{ 0x584e21a2, "msm_minidump_enabled" },
	{ 0x6430a0d5, "pm_runtime_no_callbacks" },
	{ 0x44a2ab14, "of_phy_simple_xlate" },
	{ 0xd251af97, "__devm_of_phy_provider_register" },
	{ 0x4976235b, "devm_phy_create" },
	{ 0xb2210d64, "reset_control_deassert" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x6c4b6684, "reset_control_assert" },
};

MODULE_INFO(depends, "minidump");


MODULE_INFO(scmversion, "gf957779e27df");
