diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-02-08 20:51:31 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-03-02 10:42:30 +0300 |
commit | 38b8d208a4544c9a26b10baec89b8a21042e5305 (patch) | |
tree | 3246e0bcf209dfda6839fbc3377651ef70469056 /arch/powerpc/kernel/swsusp_64.c | |
parent | 8703e8a465b1e9cadc3680b4b1248f5987e54518 (diff) | |
download | linux-38b8d208a4544c9a26b10baec89b8a21042e5305.tar.xz |
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h>
We are going to move softlockup APIs out of <linux/sched.h>, which
will have to be picked up from other headers and a couple of .c files.
<linux/nmi.h> already includes <linux/sched.h>.
Include the <linux/nmi.h> header in the files that are going to need it.
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>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/powerpc/kernel/swsusp_64.c')
-rw-r--r-- | arch/powerpc/kernel/swsusp_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/swsusp_64.c b/arch/powerpc/kernel/swsusp_64.c index 0e899e47c325..51db012808f5 100644 --- a/arch/powerpc/kernel/swsusp_64.c +++ b/arch/powerpc/kernel/swsusp_64.c @@ -10,6 +10,7 @@ #include <linux/irq.h> #include <linux/sched.h> #include <linux/interrupt.h> +#include <linux/nmi.h> void do_after_copyback(void) { |