#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" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0x15ba50a6, "jiffies" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x37befc70, "jiffies_to_msecs" },
	{ 0xa6257a2f, "complete" },
	{ 0xf9a482f9, "msleep" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x2e2682d1, "request_firmware" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x7427c8a0, "wcd_usbss_switch_update" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x7f24de73, "jiffies_to_usecs" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0x344f2409, "input_set_capability" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x2cca347f, "devm_extcon_dev_register" },
	{ 0x5f6196f6, "devm_extcon_dev_allocate" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0x19d2d910, "snd_jack_set_key" },
	{ 0x5fd908c1, "snd_soc_card_jack_new" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x506a6d5a, "fsa4480_unreg_notifier" },
	{ 0x41115047, "wcd_usbss_unreg_notifier" },
	{ 0xc6d09aa9, "release_firmware" },
	{ 0xdd03d3f2, "fsa4480_reg_notifier" },
	{ 0x8118a079, "wcd_usbss_reg_notifier" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xf004c76e, "extcon_set_state_sync" },
	{ 0x56470118, "__warn_printk" },
	{ 0x819bebd4, "mutex_is_locked" },
	{ 0x5d17825d, "snd_soc_component_read" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xf8beca97, "cancel_delayed_work_sync" },
	{ 0xf0ee2a93, "snd_soc_component_update_bits" },
	{ 0xc63c3646, "snd_soc_jack_report" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "wcd_usbss_i2c,fsa4480-i2c");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
