#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" },
	{ 0x65e0d535, "has_subsystem_slept" },
	{ 0x7b4cee80, "has_system_slept" },
	{ 0xec55920d, "mbox_send_message" },
	{ 0xc4f0da12, "ktime_get_with_offset" },
	{ 0x767878ac, "mbox_free_channel" },
	{ 0xbc2a01fc, "subsystem_sleep_debug_enable" },
	{ 0x8c8569cb, "kstrtoint" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x92997ed8, "_printk" },
	{ 0x96848186, "scnprintf" },
	{ 0xf53068cd, "seq_puts" },
	{ 0x1e42c653, "seq_printf" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x461806e7, "log_post_read_mmio" },
	{ 0x630c7ed8, "log_read_mmio" },
	{ 0x37a0cba, "kfree" },
	{ 0x739706ab, "single_open" },
	{ 0x5dc6186, "single_release" },
	{ 0x8d452a34, "seq_read" },
	{ 0x9efacf32, "seq_lseek" },
	{ 0xd2ca564a, "debugfs_create_file" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0x402e076a, "debugfs_remove" },
	{ 0x57489972, "device_remove_file" },
	{ 0xa571f6b0, "__mutex_init" },
	{ 0x1fb4d43d, "mbox_request_channel" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x367241b6, "device_create_file" },
	{ 0x8896326d, "of_match_node" },
	{ 0xe85b2278, "of_iomap" },
	{ 0xfc45e713, "__platform_driver_register" },
};

MODULE_INFO(depends, "subsystem_sleep_stats");


MODULE_INFO(scmversion, "gf957779e27df");
