Commit-ID:  a203800d97ed635c504b1774dfffee6e7abf95f9
Gitweb:     http://git.kernel.org/tip/a203800d97ed635c504b1774dfffee6e7abf95f9
Author:     Stephen Rothwell <s...@canb.auug.org.au>
AuthorDate: Mon, 18 Jul 2016 18:23:24 +1000
Committer:  Ingo Molnar <mi...@kernel.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 <s...@canb.auug.org.au>
Acked-by: Paul Gortmaker <paul.gortma...@windriver.com>
Cc: Linus Torvalds <torva...@linux-foundation.org>
Cc: Peter Zijlstra <pet...@infradead.org>
Cc: Thomas Gleixner <t...@linutronix.de>
Cc: linux-n...@vger.kernel.org
Fixes: 186f43608a5c ("x86/kernel: Audit and remove any unnecessary uses of 
module.h")
Link: http://lkml.kernel.org/r/20160718182922.7b41f...@canb.auug.org.au
Signed-off-by: Ingo Molnar <mi...@kernel.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>

Reply via email to