x86: Remove empty idle.h header

One include less is always a good thing(tm). Good riddance.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Borislav Petkov <bp@suse.de>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/r/20161209182912.2726-6-bp@alien8.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Thomas Gleixner
2016-12-09 19:29:12 +01:00
parent 07c94a3812
commit 34bc3560c6
18 changed files with 0 additions and 23 deletions

View File

@@ -11,7 +11,6 @@
#include <asm/fixmap.h>
#include <asm/mpspec.h>
#include <asm/msr.h>
#include <asm/idle.h>
#define ARCH_APICTIMER_STOPS_ON_C3 1

View File

@@ -1,6 +0,0 @@
#ifndef _ASM_X86_IDLE_H
#define _ASM_X86_IDLE_H
void amd_e400_remove_cpu(int cpu);
#endif /* _ASM_X86_IDLE_H */