Skip to content

Commit

Permalink
parisc: Include stringify.h to avoid build error in crypto/api.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reported-by: kernel test robot <[email protected]>
  • Loading branch information
hdeller committed Nov 18, 2021
1 parent bec05f3 commit 4d7804d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/parisc/include/asm/jump_label.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#ifndef __ASSEMBLY__

#include <linux/types.h>
#include <linux/stringify.h>
#include <asm/assembly.h>

#define JUMP_LABEL_NOP_SIZE 4
Expand Down

0 comments on commit 4d7804d

Please sign in to comment.