diff options
author | Stephen Rothwell <[email protected]> | 2016-07-18 18:23:24 +1000 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2016-07-19 09:59:07 +0200 |
commit | a203800d97ed635c504b1774dfffee6e7abf95f9 (patch) | |
tree | e748245aaa912700fc1e3f1b01288af627046ec3 | |
parent | 00677f826bd0c1befb87b8cfa10f30bde1cc2f32 (diff) |
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]>
-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> |