Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a203800d authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Ingo Molnar
Browse files

x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_t



Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Acked-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-next@vger.kernel.org
Fixes: 186f4360 ("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: default avatarIngo Molnar <mingo@kernel.org>
parent 00677f82
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>