#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" },
	{ 0x5a9f1d63, "memmove" },
	{ 0x4829a47e, "memcpy" },
	{ 0xdcb764ad, "memset" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0x4b0a3f52, "gic_nonsecure_priorities" },
	{ 0x77c1b75a, "cpu_hwcaps" },
	{ 0x2cc98f97, "i2c_del_driver" },
	{ 0x25e6118b, "v4l2_compat_ioctl32" },
	{ 0x8f44ad68, "video_ioctl2" },
	{ 0x6cbbfc54, "__arch_copy_to_user" },
	{ 0x88db9f48, "__check_object_size" },
	{ 0x13d0adf7, "__kfifo_out" },
	{ 0x92540fbf, "finish_wait" },
	{ 0x1000e51, "schedule" },
	{ 0x8c26d495, "prepare_to_wait_event" },
	{ 0xfe487975, "init_wait_entry" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x4a3ad70e, "wait_for_completion_timeout" },
	{ 0x3eeb2322, "__wake_up" },
	{ 0xf23fcb99, "__kfifo_in" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x2d3385d3, "system_wq" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x1f61040d, "video_unregister_device" },
	{ 0x1b369a1a, "v4l2_ctrl_handler_free" },
	{ 0x81874570, "__video_register_device" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x6312796c, "pinctrl_lookup_state" },
	{ 0x9d7c6324, "devm_pinctrl_get" },
	{ 0xa3a83f8c, "of_property_read_variable_u32_array" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x73bca09f, "gpiod_direction_output_raw" },
	{ 0xf17c4a7d, "of_get_named_gpio_flags" },
	{ 0xfe990052, "gpio_free" },
	{ 0x47229b5c, "gpio_request" },
	{ 0x608741b5, "__init_swait_queue_head" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x53cc1237, "devm_kfree" },
	{ 0xdfccd4a7, "v4l2_device_unregister" },
	{ 0xa3f050fc, "video_device_release_empty" },
	{ 0x37a0cba, "kfree" },
	{ 0x8c03d20c, "destroy_workqueue" },
	{ 0x6aefebc3, "_dev_info" },
	{ 0x49cd25ed, "alloc_workqueue" },
	{ 0xd9a5ea54, "__init_waitqueue_head" },
	{ 0x139f2189, "__kfifo_alloc" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0xfcb065f8, "v4l2_device_register" },
	{ 0x9a45b209, "regulator_put" },
	{ 0x7e5ef82f, "regulator_get" },
	{ 0x4eec1779, "regulator_disable" },
	{ 0xa27d944, "regulator_enable" },
	{ 0x694a3645, "regulator_set_load" },
	{ 0x3095dd01, "regulator_set_voltage" },
	{ 0x732ac580, "queue_work_on" },
	{ 0xa6257a2f, "complete" },
	{ 0xf5b8e9b4, "video_devdata" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0x5344c6e4, "gpiod_to_irq" },
	{ 0xb01f1abd, "gpio_to_desc" },
	{ 0xb1a37bd4, "gpiod_direction_input" },
	{ 0xce2840e7, "irq_set_irq_wake" },
	{ 0xf2194178, "i2c_register_driver" },
	{ 0xf9a482f9, "msleep" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0xdbdb0e8b, "request_any_context_irq" },
	{ 0x92997ed8, "_printk" },
	{ 0xd969d6f4, "cancel_work_sync" },
	{ 0x42160169, "flush_workqueue" },
	{ 0xf8beca97, "cancel_delayed_work_sync" },
	{ 0xc1514a3b, "free_irq" },
	{ 0x3dff1f08, "i2c_transfer" },
};

MODULE_INFO(depends, "");

MODULE_ALIAS("i2c:rtc6226");

MODULE_INFO(srcversion, "311DA3E8BC53D78AE7CC60F");

MODULE_INFO(scmversion, "g6cc9bfcd5850");
