#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" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xcd91b127, "system_highpri_wq" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0x72cad94c, "devm_gpio_free" },
	{ 0x7d48abd9, "devm_regulator_put" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0x261e7f14, "regulator_is_enabled" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0xf1fb47f4, "usb_remove_redriver" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x90a8bed2, "gpiod_get_raw_value" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0x1e42c653, "seq_printf" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x8d452a34, "seq_read" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0x7c8e2db2, "simple_attr_open" },
	{ 0xf289dbc4, "simple_attr_release" },
	{ 0x5a7a30af, "debugfs_attr_write" },
	{ 0x5842a8f5, "debugfs_attr_read" },
	{ 0x528c8b55, "no_llseek" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0xf4cff926, "_dev_warn" },
	{ 0xeebe12e4, "debugfs_create_dir" },
	{ 0x92997ed8, "_printk" },
	{ 0x7725a34d, "regmap_update_bits_base" },
	{ 0xe99b502b, "regmap_register_patch" },
	{ 0xd4da82c0, "gpiod_set_raw_value" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xb78ed138, "devm_gpio_request" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x7337bcaa, "usb_add_redriver" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x617915e5, "regmap_raw_read" },
	{ 0xa27d944, "regulator_enable" },
	{ 0xcf1210e3, "devm_regulator_get_optional" },
	{ 0x9b7ed4e8, "__devm_regmap_init_i2c" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x82bb0350, "of_get_property" },
	{ 0xf2194178, "i2c_register_driver" },
};

MODULE_INFO(depends, "redriver");

MODULE_ALIAS("i2c:ps5169 redriver");

MODULE_INFO(scmversion, "gf957779e27df");
