]> git.baikalelectronics.ru Git - kernel.git/commit
sched/headers, x86/apic: Remove the <linux/pm.h> header inclusion from <asm/apic.h>
authorIngo Molnar <mingo@kernel.org>
Mon, 6 Feb 2017 08:58:35 +0000 (09:58 +0100)
committerIngo Molnar <mingo@kernel.org>
Fri, 3 Mar 2017 00:45:40 +0000 (01:45 +0100)
commitca6d01292fadb5e09b1f13fc521a6d91de5c106e
tree3889e77b6fe40b6bbc219b5348667f89cd6e5255
parentf09abcc47f8c3b2ab3e5117dd48c287680d83f21
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>
arch/x86/include/asm/apic.h