#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x9029b8d0, "swr_driver_unregister" },
	{ 0x7f38e916, "snd_soc_unregister_component" },
	{ 0x16d662d9, "unregister_hboost_event_notifier" },
	{ 0xea7e66b7, "snd_soc_dapm_ignore_suspend" },
	{ 0x404c5fd5, "snd_soc_component_init_regmap" },
	{ 0x6f3d2d87, "snd_soc_dapm_put_volsw" },
	{ 0xf2b5276, "snd_soc_dapm_get_volsw" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x1a2ac392, "swr_device_wakeup_unvote" },
	{ 0xa05602e1, "swr_disconnect_port" },
	{ 0x7d2a7144, "swr_slvdev_datapath_control" },
	{ 0x4dd7c819, "swr_connect_port" },
	{ 0x8577c159, "swr_device_wakeup_vote" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0xd43025f1, "regmap_write" },
	{ 0x92997ed8, "_printk" },
	{ 0x9fdf64b, "snd_soc_info_volsw" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xa27d944, "regulator_enable" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xc54755c4, "swr_remove_device" },
	{ 0x696c9e5f, "register_hboost_event_notifier" },
	{ 0x61bd6f6b, "snd_soc_register_component" },
	{ 0x2f70392a, "__devm_regmap_init_swr" },
	{ 0xe70df549, "swr_get_logical_dev_num" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x4adae8ee, "devm_regulator_get" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x14d7a873, "of_device_get_match_data" },
	{ 0xcea6a94e, "swr_driver_register" },
};

MODULE_INFO(depends, "swr_dlkm,qti_battery_charger");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
