#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" },
	{ 0x8c05688, "sysfs_remove_group" },
	{ 0x16a8916e, "kobject_uevent_env" },
	{ 0x5344c6e4, "gpiod_to_irq" },
	{ 0x90a8bed2, "gpiod_get_raw_value" },
	{ 0x8c8569cb, "kstrtoint" },
	{ 0xd4da82c0, "gpiod_set_raw_value" },
	{ 0x5a921311, "strncmp" },
	{ 0x96848186, "scnprintf" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0xb1a37bd4, "gpiod_direction_input" },
	{ 0xfe990052, "gpio_free" },
	{ 0x47229b5c, "gpio_request" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0x2971dcec, "extcon_get_edev_by_phandle" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x53cc1237, "devm_kfree" },
	{ 0xc1514a3b, "free_irq" },
	{ 0x3ce4ca6f, "disable_irq" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x92d5838e, "request_threaded_irq" },
	{ 0xa13f3b8f, "extcon_get_state" },
	{ 0x7af8e0d5, "extcon_register_notifier" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0x92997ed8, "_printk" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("of:N*T*Chdmi_input_mux");
MODULE_ALIAS("of:N*T*Chdmi_input_muxC*");

MODULE_INFO(scmversion, "gf957779e27df");
