#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" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x486a16db, "pwmchip_remove" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x91113400, "devm_nvmem_device_get" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0x9e7064e0, "__of_get_address" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x27122273, "pwmchip_add" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xeed7d9a5, "dev_get_regmap" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xc697b0f7, "nvmem_device_read" },
	{ 0xd43025f1, "regmap_write" },
	{ 0x3866e217, "nvmem_device_write" },
	{ 0x7725a34d, "regmap_update_bits_base" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
