#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(sparse_keymap_entry_from_scancode, "", ""); KSYMTAB_FUNC(sparse_keymap_entry_from_keycode, "", ""); KSYMTAB_FUNC(sparse_keymap_setup, "", ""); KSYMTAB_FUNC(sparse_keymap_report_entry, "", ""); KSYMTAB_FUNC(sparse_keymap_report_event, "", ""); SYMBOL_CRC(sparse_keymap_entry_from_scancode, 0x0a3b18d0, ""); SYMBOL_CRC(sparse_keymap_entry_from_keycode, 0x264077ba, ""); SYMBOL_CRC(sparse_keymap_setup, 0x41d42b5c, ""); SYMBOL_CRC(sparse_keymap_report_entry, 0x0ea116cb, ""); SYMBOL_CRC(sparse_keymap_report_event, 0xa922594e, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x51f98e10, "devm_kmemdup" }, { 0x2c256e1f, "input_scancode_to_scalar" }, { 0x3a6e46e8, "input_event" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");