#include #include #include 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"); 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, "", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "F3980EC56324365D0DF2832");