#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif 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") = { { 0x34db050b, "_raw_spin_lock_irqsave" }, { 0xd35cce70, "_raw_spin_unlock_irqrestore" }, { 0xa360127f, "tty_register_ldisc" }, { 0x122c3a7e, "_printk" }, { 0x86cfda0d, "serio_interrupt" }, { 0xe2964344, "__wake_up" }, { 0x37a0cba, "kfree" }, { 0x60be825b, "tty_unregister_ldisc" }, { 0xc6cbbc89, "capable" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x84819e23, "tty_name" }, { 0x656e4a6e, "snprintf" }, { 0x75f0af66, "__serio_register_port" }, { 0x6fd1665d, "serio_unregister_port" }, { 0xfe487975, "init_wait_entry" }, { 0x1000e51, "schedule" }, { 0x8c26d495, "prepare_to_wait_event" }, { 0x92540fbf, "finish_wait" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "serio");