diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-12-09 21:29:12 +0300 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-12-09 23:23:22 +0300 |
commit | 34bc3560c657d3d4fb17367ed9bfda803166dce0 (patch) | |
tree | cdb08f9151a62d9344faf2a69fe0622a57878e9a /arch/x86/include/asm/apic.h | |
parent | 07c94a38125376d70d156bd8bff98ddfe4c8ea95 (diff) | |
download | linux-34bc3560c657d3d4fb17367ed9bfda803166dce0.tar.xz |
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>
Diffstat (limited to 'arch/x86/include/asm/apic.h')
-rw-r--r-- | arch/x86/include/asm/apic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/apic.h b/arch/x86/include/asm/apic.h index 5731274bfdba..30a5642eb405 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h @@ -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 |