#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0x2d3385d3, "system_wq" },
	{ 0x8070288, "param_ops_bool" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x9c330032, "power_supply_put" },
	{ 0x90d32dc3, "mmi_unregister_charger_driver" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x57489972, "device_remove_file" },
	{ 0x56e3edd9, "pmic_glink_unregister_client" },
	{ 0x1e42c653, "seq_printf" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x8d452a34, "seq_read" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x19a6e0f2, "power_supply_changed" },
	{ 0x9304c8a2, "sysfs_notify" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x5c3c7387, "kstrtoull" },
	{ 0x96848186, "scnprintf" },
	{ 0xfafc9995, "power_supply_get_by_name" },
	{ 0xf9a482f9, "msleep" },
	{ 0x91406f94, "power_supply_get_property" },
	{ 0x1341b492, "power_supply_get_drvdata" },
	{ 0x4af6ddf0, "kstrtou16" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x160c9308, "of_find_node_opts_by_path" },
	{ 0x85df9b6c, "strsep" },
	{ 0xc310b981, "strnstr" },
	{ 0x98cf60b3, "strlen" },
	{ 0x5792f848, "strlcpy" },
	{ 0xf482852c, "bm_ulog_print_mask_log" },
	{ 0x367241b6, "device_create_file" },
	{ 0x15999e6a, "mmi_register_charger_driver" },
	{ 0x73f6be50, "devm_power_supply_register" },
	{ 0x4b38bcf7, "mmi_is_factory_version" },
	{ 0x3609d642, "mmi_is_factory_mode" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x56cddc9d, "pm_stay_awake" },
	{ 0xa6257a2f, "complete" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x3c3ff9fd, "sprintf" },
	{ 0x53cc1237, "devm_kfree" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xe914e41e, "strcpy" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x28a87547, "mmi_get_battery_serialnumber" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x349d7031, "pm_relax" },
	{ 0x8317ad7c, "blocking_notifier_call_chain" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xf5e731f5, "device_init_wakeup" },
	{ 0x8945c783, "pmic_glink_register_client" },
	{ 0x6fdbaa2a, "ipc_log_context_create" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x4e6bc7f4, "bm_ulog_print_log" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x5a5edc5c, "pmic_glink_write" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x8b83a1e8, "ipc_log_string" },
	{ 0x963aa2a9, "blocking_notifier_chain_unregister" },
	{ 0xbb0c86a5, "blocking_notifier_chain_register" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "mmi_charger,pmic_glink,bm_adsp_ulog,qcom_ipc_logging");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
