]> git.dujemihanovic.xyz Git - linux.git/commitdiff
parisc: Include stringify.h to avoid build error in crypto/api.c
authorHelge Deller <deller@gmx.de>
Mon, 15 Nov 2021 16:34:50 +0000 (17:34 +0100)
committerHelge Deller <deller@gmx.de>
Thu, 18 Nov 2021 08:01:36 +0000 (09:01 +0100)
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 <deller@gmx.de>
Reported-by: kernel test robot <lkp@intel.com>
arch/parisc/include/asm/jump_label.h

index 7efb1aa2f7f8508a5c304634aad34d3d68e81201..af2a598bc0f819cc912129cbdecd56b642f663ab 100644 (file)
@@ -5,6 +5,7 @@
 #ifndef __ASSEMBLY__
 
 #include <linux/types.h>
+#include <linux/stringify.h>
 #include <asm/assembly.h>
 
 #define JUMP_LABEL_NOP_SIZE 4