#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" },
	{ 0xd4034828, "system_freezable_wq" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0xf8c1938f, "unregister_ucsi_glink_notifier" },
	{ 0x6b81c38b, "power_supply_unreg_notifier" },
	{ 0x349d7031, "pm_relax" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x56cddc9d, "pm_stay_awake" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x9c330032, "power_supply_put" },
	{ 0xf5a94b83, "__init_rwsem" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x136209db, "power_supply_reg_notifier" },
	{ 0x4f4022e2, "iio_channel_get" },
	{ 0xfafc9995, "power_supply_get_by_name" },
	{ 0x69ea286a, "register_ucsi_glink_notifier" },
	{ 0x64cf3182, "devm_regmap_qti_debugfs_register" },
	{ 0x9b7ed4e8, "__devm_regmap_init_i2c" },
	{ 0xf2194178, "i2c_register_driver" },
	{ 0x92997ed8, "_printk" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xd43025f1, "regmap_write" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x8317ad7c, "blocking_notifier_call_chain" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0x963aa2a9, "blocking_notifier_chain_unregister" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x2435705d, "iio_read_channel_processed" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xbb0c86a5, "blocking_notifier_chain_register" },
	{ 0x5d9fe012, "of_find_i2c_device_by_node" },
};

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


MODULE_INFO(scmversion, "gf957779e27df");
