#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" },
	{ 0xdcb764ad, "memset" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x53cc1237, "devm_kfree" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0x91406f94, "power_supply_get_property" },
	{ 0xfafc9995, "power_supply_get_by_name" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0x3d51e1b1, "misc_deregister" },
	{ 0x93a5e727, "class_remove_file_ns" },
	{ 0xe182eaef, "class_unregister" },
	{ 0xc310b981, "strnstr" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x9f842df6, "misc_register" },
	{ 0x82ac9013, "class_create_file_ns" },
	{ 0x8e212945, "__class_register" },
	{ 0x5a921311, "strncmp" },
	{ 0x8c8569cb, "kstrtoint" },
	{ 0x87326190, "of_property_read_string" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xe2d5255a, "strcmp" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0x72cad94c, "devm_gpio_free" },
	{ 0xab26e14f, "devm_free_irq" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0xbcab6ee6, "sscanf" },
	{ 0x5344c6e4, "gpiod_to_irq" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0x32e96165, "devm_gpio_request_one" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0xf2194178, "i2c_register_driver" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0x882a9510, "gpiod_set_raw_value_cansleep" },
	{ 0x8c03d20c, "destroy_workqueue" },
	{ 0x9fdf64b, "snd_soc_info_volsw" },
	{ 0x10469bef, "snd_soc_info_enum_double" },
	{ 0x5792f848, "strlcpy" },
	{ 0x999e8297, "vfree" },
	{ 0xc6d09aa9, "release_firmware" },
	{ 0x40a9b349, "vzalloc" },
	{ 0xf9a482f9, "msleep" },
	{ 0x2e2682d1, "request_firmware" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0x49cd25ed, "alloc_workqueue" },
	{ 0x98cf60b3, "strlen" },
	{ 0x656e4a6e, "snprintf" },
	{ 0xe56a9336, "snd_pcm_format_width" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xf8beca97, "cancel_delayed_work_sync" },
	{ 0x61bd6f6b, "snd_soc_register_component" },
	{ 0x7f38e916, "snd_soc_unregister_component" },
	{ 0x40703753, "snd_soc_add_component_controls" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x3dff1f08, "i2c_transfer" },
	{ 0x4f3b2249, "i2c_transfer_buffer_flags" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x37a0cba, "kfree" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0xd75566fd, "dev_set_name" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("i2c:aw882xx_smartpa");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
