Commit-ID:  a203800d97ed635c504b1774dfffee6e7abf95f9
Gitweb:     http://git.kernel.org/tip/a203800d97ed635c504b1774dfffee6e7abf95f9
Author:     Stephen Rothwell <[email protected]>
AuthorDate: Mon, 18 Jul 2016 18:23:24 +1000
Committer:  Ingo Molnar <[email protected]>
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 <[email protected]>
Acked-by: Paul Gortmaker <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Fixes: 186f43608a5c ("x86/kernel: Audit and remove any unnecessary uses of 
module.h")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
---
 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