kernel/jump_label.c: In function a??jump_label_module_notifya??: kernel/jump_label.c:393:2: error: implicit declaration of function a??notifier_from_errnoa?? [-Werror=implicit-function-declaration] kernel/jump_label.c: At top level: kernel/jump_label.c:396:8: error: variable a??jump_label_module_nba?? has initializer but incomplete type kernel/jump_label.c:397:2: error: unknown field a??notifier_calla?? specified in initializer kernel/jump_label.c:397:2: warning: excess elements in struct initializer [enabled by default] kernel/jump_label.c:397:2: warning: (near initialization for a??jump_label_module_nba??) [enabled by default] kernel/jump_label.c:398:2: error: unknown field a??prioritya?? specified in initializer kernel/jump_label.c:398:2: warning: excess elements in struct initializer [enabled by default] kernel/jump_label.c:398:2: warning: (near initialization for a??jump_label_module_nba??) [enabled by default] Signed-off-by: David Rientjes --- kernel/jump_label.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kernel/jump_label.c b/kernel/jump_label.c index 60f48fa..012219d 100644 --- a/kernel/jump_label.c +++ b/kernel/jump_label.c @@ -13,6 +13,7 @@ #include #include #include +#include #ifdef HAVE_JUMP_LABEL