#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" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xab26e14f, "devm_free_irq" },
	{ 0x9c330032, "power_supply_put" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xd1fd9abb, "sysfs_remove_file_ns" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x5c3c7387, "kstrtoull" },
	{ 0xa8f73ef5, "sysfs_create_file_ns" },
	{ 0x69a8d917, "devm_led_classdev_register_ext" },
	{ 0x3ebd5214, "hrtimer_init" },
	{ 0xadd47cec, "led_classdev_flash_register_ext" },
	{ 0xd4da82c0, "gpiod_set_raw_value" },
	{ 0x939fc2ef, "hrtimer_start_range_ns" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0x77a2f325, "regmap_bulk_write" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xfdcfa2f2, "led_classdev_flash_unregister" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0x497ddc24, "of_irq_get_byname" },
	{ 0x32e96165, "devm_gpio_request_one" },
	{ 0x96848186, "scnprintf" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x14d7a873, "of_device_get_match_data" },
	{ 0xeed7d9a5, "dev_get_regmap" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x9c01fbfc, "iio_write_channel_raw" },
	{ 0xcf01e6f2, "regmap_bulk_read" },
	{ 0x7725a34d, "regmap_update_bits_base" },
	{ 0x47653d56, "qti_battery_charger_get_prop" },
	{ 0x4f4022e2, "iio_channel_get" },
	{ 0x2435705d, "iio_read_channel_processed" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xfafc9995, "power_supply_get_by_name" },
	{ 0x91406f94, "power_supply_get_property" },
	{ 0xdd4d55b6, "_raw_read_unlock" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xfe8c61f0, "_raw_read_lock" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "qti_battery_charger");


MODULE_INFO(scmversion, "gf957779e27df");
