Commit 30094208 authored by Kent Overstreet's avatar Kent Overstreet

Kill unnecessary kernel.h include

More trimming down unnecessary includes.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 2b010a69
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#ifndef _ASM_X86_CURRENT_H #ifndef _ASM_X86_CURRENT_H
#define _ASM_X86_CURRENT_H #define _ASM_X86_CURRENT_H
#include <linux/build_bug.h>
#include <linux/compiler.h> #include <linux/compiler.h>
#ifndef __ASSEMBLY__ #ifndef __ASSEMBLY__
......
...@@ -24,8 +24,8 @@ ...@@ -24,8 +24,8 @@
#else /* ...!ASSEMBLY */ #else /* ...!ASSEMBLY */
#include <linux/kernel.h>
#include <linux/stringify.h> #include <linux/stringify.h>
#include <asm/asm.h>
#ifdef CONFIG_SMP #ifdef CONFIG_SMP
#define __percpu_prefix "%%"__stringify(__percpu_seg)":" #define __percpu_prefix "%%"__stringify(__percpu_seg)":"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment