Commit e717ceb5 authored by Kent Overstreet's avatar Kent Overstreet

kill unnecessary thread_info.h include

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 30094208
...@@ -5,6 +5,8 @@ ...@@ -5,6 +5,8 @@
#ifndef _ASM_X86_FPU_H #ifndef _ASM_X86_FPU_H
#define _ASM_X86_FPU_H #define _ASM_X86_FPU_H
#include <asm/page_types.h>
/* /*
* The legacy x87 FPU state format, as saved by FSAVE and * The legacy x87 FPU state format, as saved by FSAVE and
* restored by the FRSTOR instructions: * restored by the FRSTOR instructions:
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#include <asm/percpu.h> #include <asm/percpu.h>
#include <asm/current.h> #include <asm/current.h>
#include <linux/thread_info.h>
#include <linux/static_call_types.h> #include <linux/static_call_types.h>
/* We use the MSB mostly because its available */ /* We use the MSB mostly because its available */
......
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