Commit e717ceb5 authored by Kent Overstreet's avatar Kent Overstreet
Browse files

kill unnecessary thread_info.h include

parent 30094208
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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:
+0 −1
Original line number Diff line number Diff line
@@ -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 */