kill unnecessary thread_info.h include

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
Kent Overstreet 2023-12-15 17:08:47 -05:00
parent 30094208cd
commit e717ceb529
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,8 @@
#ifndef _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
* restored by the FRSTOR instructions:

View File

@ -6,7 +6,6 @@
#include <asm/percpu.h>
#include <asm/current.h>
#include <linux/thread_info.h>
#include <linux/static_call_types.h>
/* We use the MSB mostly because its available */