#include #define INCLUDE_VERMAGIC #include #include #include #include #include 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 SYMBOL_CRC(linedisp_register, 0x4ad1067a, "_gpl"); SYMBOL_CRC(linedisp_unregister, 0xf55ec394, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x5b8239ca, "__x86_return_thunk" }, { 0x42a5b24a, "device_del" }, { 0x82ee90dc, "timer_delete_sync" }, { 0x37a0cba, "kfree" }, { 0xb5686f70, "put_device" }, { 0x65487097, "__x86_indirect_thunk_rax" }, { 0x15ba50a6, "jiffies" }, { 0xc38c83b8, "mod_timer" }, { 0x3b6c41ea, "kstrtouint" }, { 0x7f02188f, "__msecs_to_jiffies" }, { 0xfb578fc5, "memset" }, { 0xd3278c09, "device_initialize" }, { 0x1303a5af, "dev_set_name" }, { 0xc6f46339, "init_timer_key" }, { 0x1afa8a5a, "device_add" }, { 0xb3f548ad, "kmemdup_nul" }, { 0x754d539c, "strlen" }, { 0xbdfb6dbb, "__fentry__" }, { 0x37befc70, "jiffies_to_msecs" }, { 0xe783e261, "sysfs_emit" }, { 0x7098e516, "module_layout" }, }; MODULE_INFO(depends, "");