#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") = { { 0x38e1d231, "led_trigger_register" }, { 0x15ba50a6, "jiffies" }, { 0x24d273d1, "add_timer" }, { 0x8c8569cb, "kstrtoint" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x82ee90dc, "timer_delete_sync" }, { 0x3213f038, "mutex_unlock" }, { 0xe783e261, "sysfs_emit" }, { 0x96848186, "scnprintf" }, { 0xdf237453, "timer_shutdown_sync" }, { 0x2511ac79, "led_set_brightness" }, { 0x37a0cba, "kfree" }, { 0xfef587be, "led_trigger_unregister" }, { 0xbcab6ee6, "sscanf" }, { 0x9ed12e20, "kmalloc_large" }, { 0x7ebc429e, "_dev_warn" }, { 0xcefb0c9f, "__mutex_init" }, { 0xc6f46339, "init_timer_key" }, { 0x515abcc8, "led_get_default_pattern" }, { 0xc38c83b8, "mod_timer" }, { 0x7f02188f, "__msecs_to_jiffies" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");