summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/current.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-12-15 17:02:03 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-12-27 11:49:56 -0500
commit30094208cdc68cea9d814f8df94da7d0902ac6cd (patch)
tree525a0d5af253ed155436f742397bd96cf2a09f53 /arch/x86/include/asm/current.h
parent2b010a69350f2c995f40585fb801904874c85dd1 (diff)
Kill unnecessary kernel.h include
More trimming down unnecessary includes. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'arch/x86/include/asm/current.h')
-rw-r--r--arch/x86/include/asm/current.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/include/asm/current.h b/arch/x86/include/asm/current.h
index a1168e7b69e5..dd4b67101bb7 100644
--- a/arch/x86/include/asm/current.h
+++ b/arch/x86/include/asm/current.h
@@ -2,6 +2,7 @@
#ifndef _ASM_X86_CURRENT_H
#define _ASM_X86_CURRENT_H
+#include <linux/build_bug.h>
#include <linux/compiler.h>
#ifndef __ASSEMBLY__