#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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x6bf72794, "__irq_resolve_mapping" },
	{ 0x5465ea57, "irq_create_mapping_affinity" },
	{ 0x7522f3ba, "irq_modify_status" },
	{ 0xde663212, "irq_set_chip_and_handler_name" },
	{ 0x8130cda8, "handle_simple_irq" },
	{ 0x5467e196, "__irq_domain_add" },
	{ 0x55784228, "regmap_irq_get_virq" },
	{ 0xf94d334, "devm_regmap_del_irq_chip" },
	{ 0x40690809, "devm_regmap_add_irq_chip" },
	{ 0x27bbf221, "disable_irq_nosync" },
	{ 0xfcec0987, "enable_irq" },
	{ 0xc1514a3b, "free_irq" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x82bb0350, "of_get_property" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x656e4a6e, "snprintf" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0xcd16289f, "snd_soc_dapm_sync" },
	{ 0x602a821, "snd_soc_dapm_disable_pin" },
	{ 0xf116436b, "snd_soc_dapm_force_enable_pin" },
	{ 0xa673e375, "snd_soc_lookup_component" },
	{ 0xf7c6525f, "devm_regulator_bulk_get" },
	{ 0x6a40ac26, "regulator_count_voltages" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xfe990052, "gpio_free" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x53cc1237, "devm_kfree" },
	{ 0x5f9785d0, "devm_pinctrl_put" },
	{ 0x47229b5c, "gpio_request" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0x6312796c, "pinctrl_lookup_state" },
	{ 0x9d7c6324, "devm_pinctrl_get" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0xc9137ab8, "gpiod_get_raw_value_cansleep" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xc5776c2, "of_find_device_by_node" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xdc9d499c, "msm_gpio_mpm_wake_set" },
	{ 0x66cabad1, "pinctrl_select_state" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "pinctrl-msm");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
