diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-06 09:58:35 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-03 01:45:40 +0100 |
commit | 1a79a72c65b8f1b4f44e166d1fb5cad560461b26 (patch) | |
tree | 3889e77b6fe40b6bbc219b5348667f89cd6e5255 /arch | |
parent | b2d5bfea2d00a0000da18f7667c2b0e2c2f168d9 (diff) | |
download | linux-stable-1a79a72c65b8f1b4f44e166d1fb5cad560461b26.tar.gz linux-stable-1a79a72c65b8f1b4f44e166d1fb5cad560461b26.tar.bz2 linux-stable-1a79a72c65b8f1b4f44e166d1fb5cad560461b26.zip |
sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/apic.h>
We want to simplify <linux/sched.h>'s header dependencies, but one
roadblock to that is <asm/apic.h>'s inclusion of pm.h,
which brings in other, problematic headers.
Remove it, as it appears to be entirely spurious, apic.h does not
actually make use of any PM facilities.
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch')
-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 eff8e36aaf72..730ef65e8393 100644 --- a/arch/x86/include/asm/apic.h +++ b/arch/x86/include/asm/apic.h @@ -2,7 +2,6 @@ #define _ASM_X86_APIC_H #include <linux/cpumask.h> -#include <linux/pm.h> #include <asm/alternative.h> #include <asm/cpufeature.h> |