#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" },
	{ 0x4829a47e, "memcpy" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x6bc3fbc0, "__unregister_chrdev" },
	{ 0x261e7f14, "regulator_is_enabled" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0xf1e046cc, "panic" },
	{ 0xa8a05008, "__register_chrdev" },
	{ 0x9a45b209, "regulator_put" },
	{ 0x83eb21c, "rfkill_unregister" },
	{ 0x96848186, "scnprintf" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0xdb68bbad, "rfkill_destroy" },
	{ 0xff282521, "rfkill_register" },
	{ 0xaad6d92f, "rfkill_init_sw_state" },
	{ 0x367241b6, "device_create_file" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x786e90a7, "rfkill_alloc" },
	{ 0xb6e6d99d, "clk_disable" },
	{ 0xd4da82c0, "gpiod_set_raw_value" },
	{ 0xb1a37bd4, "gpiod_direction_input" },
	{ 0x51bc71de, "thermal_zone_get_temp" },
	{ 0xdfa82fb3, "thermal_zone_get_zone_by_name" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xf9a482f9, "msleep" },
	{ 0x47229b5c, "gpio_request" },
	{ 0xb077e70a, "clk_unprepare" },
	{ 0x815588a6, "clk_enable" },
	{ 0x7c9a7371, "clk_prepare" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x14315d1, "regulator_get_voltage" },
	{ 0xfe990052, "gpio_free" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xe220ecdd, "devm_clk_get" },
	{ 0x82bb0350, "of_get_property" },
	{ 0x7e5ef82f, "regulator_get" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0x656e4a6e, "snprintf" },
	{ 0x14d7a873, "of_device_get_match_data" },
	{ 0xe2d5255a, "strcmp" },
	{ 0x31a7e68c, "of_get_next_available_child" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0x90a8bed2, "gpiod_get_raw_value" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x37a0cba, "kfree" },
	{ 0xa426ffb, "cnss_utils_update_device_type" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x5c4cffba, "__class_create" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x87326190, "of_property_read_string" },
	{ 0x1fb4d43d, "mbox_request_channel" },
	{ 0xec55920d, "mbox_send_message" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "cnss_utils");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
