#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0xfcec0987, "enable_irq" },
	{ 0x36c7fbb6, "of_platform_depopulate" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0x6bf72794, "__irq_resolve_mapping" },
	{ 0x549525ef, "handle_nested_irq" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0x27bbf221, "disable_irq_nosync" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0x66cabad1, "pinctrl_select_state" },
	{ 0x5f9785d0, "devm_pinctrl_put" },
	{ 0x6312796c, "pinctrl_lookup_state" },
	{ 0x9d7c6324, "devm_pinctrl_get" },
	{ 0xcf01e6f2, "regmap_bulk_read" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0x7522f3ba, "irq_modify_status" },
	{ 0xd43025f1, "regmap_write" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xde663212, "irq_set_chip_and_handler_name" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0x8e90ecbe, "handle_level_irq" },
	{ 0x20a789ac, "irq_set_chip_data" },
	{ 0x5467e196, "__irq_domain_add" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x1939ec3f, "irq_domain_remove" },
	{ 0x34498f47, "of_platform_populate" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x92997ed8, "_printk" },
	{ 0x64cf3182, "devm_regmap_qti_debugfs_register" },
	{ 0x9b7ed4e8, "__devm_regmap_init_i2c" },
	{ 0xf2194178, "i2c_register_driver" },
};

MODULE_INFO(depends, "qti-regmap-debugfs");

MODULE_ALIAS("i2c:i2c-pmic");

MODULE_INFO(scmversion, "gf957779e27df");
