#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" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x5344c6e4, "gpiod_to_irq" },
	{ 0xd4da82c0, "gpiod_set_raw_value" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0xb1a37bd4, "gpiod_direction_input" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x9a45b209, "regulator_put" },
	{ 0x72cad94c, "devm_gpio_free" },
	{ 0xb78ed138, "devm_gpio_request" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x6a40ac26, "regulator_count_voltages" },
	{ 0x7e5ef82f, "regulator_get" },
	{ 0x49f4e661, "init_net" },
	{ 0x42468dbb, "__netlink_kernel_create" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0xbeff675b, "__nlmsg_put" },
	{ 0xb9b1f28d, "__alloc_skb" },
	{ 0xb2f3fd98, "netlink_kernel_release" },
	{ 0x6bf34f33, "netlink_unicast" },
	{ 0x3387eaf7, "kfree_skb" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0x9220c2a, "pm_wakeup_dev_event" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0x40af62cf, "device_destroy" },
	{ 0xf0a627ac, "input_free_device" },
	{ 0x6b8866fb, "input_unregister_device" },
	{ 0xc1514a3b, "free_irq" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0xf5e731f5, "device_init_wakeup" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0xeba2a98f, "input_register_device" },
	{ 0x344f2409, "input_set_capability" },
	{ 0x9e3bb8f1, "input_allocate_device" },
	{ 0x4f34d4f1, "device_create" },
	{ 0x6bc3fbc0, "__unregister_chrdev" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xc18e62cb, "nonseekable_open" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xdd007012, "input_event" },
	{ 0x12a4e128, "__arch_copy_from_user" },
	{ 0xfcec0987, "enable_irq" },
	{ 0x3ce4ca6f, "disable_irq" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0xa8a05008, "__register_chrdev" },
	{ 0x7fe2eb19, "class_destroy" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x5c4cffba, "__class_create" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
