#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,
};

MODULE_INFO(intree, "Y");

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x2e1552b3, "devm_fwnode_gpiod_get_index" },
	{ 0xb2048a05, "fwnode_property_present" },
	{ 0xb3acb235, "led_init_default_state_get" },
	{ 0x6eabe73b, "fwnode_handle_put" },
	{ 0xf06b81b1, "device_get_next_child_node" },
	{ 0x190a007a, "device_get_child_node_count" },
	{ 0xf8a7ed72, "gpiod_set_value" },
	{ 0x1aa2bbba, "gpiod_set_value_cansleep" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x69a8d917, "devm_led_classdev_register_ext" },
	{ 0xdcba0887, "gpiod_direction_output" },
	{ 0x3f68cc42, "gpiod_get_value_cansleep" },
	{ 0x87eeff08, "gpiod_cansleep" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0x32e96165, "devm_gpio_request_one" },
	{ 0xd03d5ad2, "gpiod_set_consumer_name" },
	{ 0x47a0d656, "devm_gpiod_get_index" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Cgpio-leds");
MODULE_ALIAS("of:N*T*Cgpio-ledsC*");

MODULE_INFO(scmversion, "gf957779e27df");
