#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,
	.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" },
	{ 0x15ba50a6, "jiffies" },
	{ 0x5415675e, "__tracepoint_android_vh_jiffies_update" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x732ac580, "queue_work_on" },
	{ 0x95e102ab, "tracepoint_probe_register" },
	{ 0x7f02188f, "__msecs_to_jiffies" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x96848186, "scnprintf" },
	{ 0xb43f9365, "ktime_get" },
	{ 0x9003ee04, "kobject_uevent" },
	{ 0xfe6b276a, "kobject_put" },
	{ 0x1da5bdd1, "sysfs_create_group" },
	{ 0x6907e8da, "get_cpu_device" },
	{ 0xe2f2ac01, "kobject_create_and_add" },
	{ 0x9304c8a2, "sysfs_notify" },
	{ 0x49cd25ed, "alloc_workqueue" },
};

MODULE_INFO(depends, "");


MODULE_INFO(scmversion, "gf957779e27df");
