Skip to content

Commit e717ceb

Browse files
author
Kent Overstreet
committed
kill unnecessary thread_info.h include
Signed-off-by: Kent Overstreet <[email protected]>
1 parent 3009420 commit e717ceb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

arch/x86/include/asm/fpu/types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef _ASM_X86_FPU_H
66
#define _ASM_X86_FPU_H
77

8+
#include <asm/page_types.h>
9+
810
/*
911
* The legacy x87 FPU state format, as saved by FSAVE and
1012
* restored by the FRSTOR instructions:

arch/x86/include/asm/preempt.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
#include <asm/percpu.h>
77
#include <asm/current.h>
88

9-
#include <linux/thread_info.h>
109
#include <linux/static_call_types.h>
1110

1211
/* We use the MSB mostly because its available */

0 commit comments

Comments
 (0)