#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" },
	{ 0x42635d55, "pm_suspend_global_flags" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xab26e14f, "devm_free_irq" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x53b3b8d4, "thermal_minidump_unregister" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x45c436a9, "thermal_zone_device_update" },
	{ 0x60f04798, "adc_tm_scale_therm_voltage_100k_gen3" },
	{ 0x2175282e, "devm_thermal_zone_of_sensor_register" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xa6257a2f, "complete" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x49cd25ed, "alloc_workqueue" },
	{ 0xc61e7a34, "qcom_adc5_prescaling_from_dt" },
	{ 0x82bb0350, "of_get_property" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0x8896326d, "of_match_node" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0x1ff61c30, "of_property_count_elems_of_size" },
	{ 0x8c03d20c, "destroy_workqueue" },
	{ 0x20055eca, "__devm_iio_device_register" },
	{ 0x31331d94, "thermal_minidump_register" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xaa2bf0dd, "devm_kstrdup" },
	{ 0x497ddc24, "of_irq_get_byname" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0x99e72c1c, "devm_iio_device_alloc" },
	{ 0xeed7d9a5, "dev_get_regmap" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xb6683aee, "adc_tm_absolute_rthr_gen3" },
	{ 0x77a2f325, "regmap_bulk_write" },
	{ 0xcf01e6f2, "regmap_bulk_read" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0x37befc70, "jiffies_to_msecs" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x92997ed8, "_printk" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x96848186, "scnprintf" },
	{ 0xdf746b5c, "thermal_minidump_update_data" },
	{ 0x75e94540, "qcom_adc5_hw_scale" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
};

MODULE_INFO(depends, "thermal_minidump,qcom-vadc-common");

MODULE_ALIAS("of:N*T*Cqcom,spmi-adc5-gen3");
MODULE_ALIAS("of:N*T*Cqcom,spmi-adc5-gen3C*");

MODULE_INFO(scmversion, "gf957779e27df");
