[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-a203800d97ed635c504b1774dfffee6e7abf95f9@git.kernel.org>
Date: Tue, 19 Jul 2016 01:00:46 -0700
From: tip-bot for Stephen Rothwell <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, sfr@...b.auug.org.au,
paul.gortmaker@...driver.com, hpa@...or.com,
torvalds@...ux-foundation.org, mingo@...nel.org,
tglx@...utronix.de, peterz@...radead.org
Subject: [tip:x86/headers] x86/headers: Include spinlock_types.h in
x8664_ksyms_64.c for missing spinlock_t
Commit-ID: a203800d97ed635c504b1774dfffee6e7abf95f9
Gitweb: http://git.kernel.org/tip/a203800d97ed635c504b1774dfffee6e7abf95f9
Author: Stephen Rothwell <sfr@...b.auug.org.au>
AuthorDate: Mon, 18 Jul 2016 18:23:24 +1000
Committer: Ingo Molnar <mingo@...nel.org>
CommitDate: Tue, 19 Jul 2016 09:59:07 +0200
x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_t
Signed-off-by: Stephen Rothwell <sfr@...b.auug.org.au>
Acked-by: Paul Gortmaker <paul.gortmaker@...driver.com>
Cc: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Peter Zijlstra <peterz@...radead.org>
Cc: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-next@...r.kernel.org
Fixes: 186f43608a5c ("x86/kernel: Audit and remove any unnecessary uses of module.h")
Link: http://lkml.kernel.org/r/20160718182922.7b41f923@canb.auug.org.au
Signed-off-by: Ingo Molnar <mingo@...nel.org>
---
arch/x86/kernel/x8664_ksyms_64.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/kernel/x8664_ksyms_64.c b/arch/x86/kernel/x8664_ksyms_64.c
index 099a4db..a2cca5d 100644
--- a/arch/x86/kernel/x8664_ksyms_64.c
+++ b/arch/x86/kernel/x8664_ksyms_64.c
@@ -2,6 +2,7 @@
All C exports should go in the respective C files. */
#include <linux/export.h>
+#include <linux/spinlock_types.h>
#include <linux/smp.h>
#include <net/checksum.h>
Powered by blists - more mailing lists