mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
kill unnecessary thread_info.h include
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
30094208cd
commit
e717ceb529
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue