#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" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0xa138dda0, "panel_event_notifier_unregister" },
	{ 0x81f86423, "panel_event_notifier_register" },
	{ 0xfae89156, "of_drm_find_panel" },
	{ 0x59c4f9e1, "of_parse_phandle" },
	{ 0xbce318c2, "of_count_phandle_with_args" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x4af6ddf0, "kstrtou16" },
	{ 0xc3055d20, "usleep_range_state" },
	{ 0x124bad4d, "kstrtobool" },
	{ 0x3866e217, "nvmem_device_write" },
	{ 0xda571594, "cancel_delayed_work" },
	{ 0xd43025f1, "regmap_write" },
	{ 0xc697b0f7, "nvmem_device_read" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0x1d24c881, "___ratelimit" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0xb97233e8, "of_property_read_string_helper" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x91113400, "devm_nvmem_device_get" },
	{ 0xaa2bf0dd, "devm_kstrdup" },
	{ 0x497ddc24, "of_irq_get_byname" },
	{ 0x96848186, "scnprintf" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x92997ed8, "_printk" },
	{ 0x77aca704, "devm_hwmon_device_register_with_groups" },
	{ 0x694339ce, "devm_request_threaded_irq" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0xd58b01d7, "regmap_read" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0xeed7d9a5, "dev_get_regmap" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "panel_event_notifier,hwmon");


MODULE_INFO(scmversion, "gf957779e27df");
