diff options
author | Stephen Rothwell <sfr@canb.auug.org.au> | 2016-07-18 18:23:24 +1000 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-07-19 09:59:07 +0200 |
commit | a203800d97ed635c504b1774dfffee6e7abf95f9 (patch) | |
tree | e748245aaa912700fc1e3f1b01288af627046ec3 | |
parent | 00677f826bd0c1befb87b8cfa10f30bde1cc2f32 (diff) | |
download | linux-a203800d97ed635c504b1774dfffee6e7abf95f9.tar.gz |
x86/headers: Include spinlock_types.h in x8664_ksyms_64.c for missing spinlock_t
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Acked-by: Paul 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: 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@kernel.org>
-rw-r--r-- | arch/x86/kernel/x8664_ksyms_64.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/x8664_ksyms_64.c b/arch/x86/kernel/x8664_ksyms_64.c index 099a4db8d3f3..a2cca5d2962d 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> |