From: Helge Deller Date: Mon, 15 Nov 2021 16:34:50 +0000 (+0100) Subject: parisc: Include stringify.h to avoid build error in crypto/api.c X-Git-Tag: v5.16-rc2~30^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d7804d201f2588469798faaab7b54caeb67410b;p=thirdparty%2Fkernel%2Flinux.git parisc: Include stringify.h to avoid build error in crypto/api.c Include stringify.h to avoid this build error: arch/parisc/include/asm/jump_label.h: error: expected ':' before '__stringify' arch/parisc/include/asm/jump_label.h: error: label 'l_yes' defined but not used [-Werror=unused-label] Signed-off-by: Helge Deller Reported-by: kernel test robot --- diff --git a/arch/parisc/include/asm/jump_label.h b/arch/parisc/include/asm/jump_label.h index 7efb1aa2f7f85..af2a598bc0f81 100644 --- a/arch/parisc/include/asm/jump_label.h +++ b/arch/parisc/include/asm/jump_label.h @@ -5,6 +5,7 @@ #ifndef __ASSEMBLY__ #include +#include #include #define JUMP_LABEL_NOP_SIZE 4