#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" },
	{ 0xe56a9336, "snd_pcm_format_width" },
	{ 0x9fdf64b, "snd_soc_info_volsw" },
	{ 0x40703753, "snd_soc_add_component_controls" },
	{ 0x61bd6f6b, "snd_soc_register_component" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x15ba50a6, "jiffies" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x8883f2f1, "slim_driver_unregister" },
	{ 0x7f38e916, "snd_soc_unregister_component" },
	{ 0x6bc3fbc0, "__unregister_chrdev" },
	{ 0xa8a05008, "__register_chrdev" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0x840e3489, "btpower_register_slimdev" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xd75566fd, "dev_set_name" },
	{ 0x3f08b5ee, "__slim_driver_register" },
	{ 0x121806a5, "slim_get_logical_addr" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xf9a482f9, "msleep" },
	{ 0xae45f5f, "slim_stream_disable" },
	{ 0x6d785760, "slim_stream_unprepare_disconnect_port" },
	{ 0x37a0cba, "kfree" },
	{ 0xfaac2593, "slim_stream_enable" },
	{ 0x9f1210c8, "slim_stream_prepare" },
	{ 0xa7257344, "btpower_get_chipset_version" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x5d882292, "slim_stream_allocate" },
	{ 0x53616af4, "slim_readb" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xa2bcd346, "slim_writeb" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "slimbus,btpower");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
