aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sparc/include')
-rw-r--r--arch/sparc/include/asm/jump_label.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/sparc/include/asm/jump_label.h b/arch/sparc/include/asm/jump_label.h
index ec2e2e2aba7d..cc9b04a2b11b 100644
--- a/arch/sparc/include/asm/jump_label.h
+++ b/arch/sparc/include/asm/jump_label.h
@@ -1,7 +1,7 @@
1#ifndef _ASM_SPARC_JUMP_LABEL_H 1#ifndef _ASM_SPARC_JUMP_LABEL_H
2#define _ASM_SPARC_JUMP_LABEL_H 2#define _ASM_SPARC_JUMP_LABEL_H
3 3
4#ifdef __KERNEL__ 4#ifndef __ASSEMBLY__
5 5
6#include <linux/types.h> 6#include <linux/types.h>
7 7
@@ -22,8 +22,6 @@ l_yes:
22 return true; 22 return true;
23} 23}
24 24
25#endif /* __KERNEL__ */
26
27typedef u32 jump_label_t; 25typedef u32 jump_label_t;
28 26
29struct jump_entry { 27struct jump_entry {
@@ -32,4 +30,5 @@ struct jump_entry {
32 jump_label_t key; 30 jump_label_t key;
33}; 31};
34 32
33#endif /* __ASSEMBLY__ */
35#endif 34#endif