summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/signal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/signal.h')
-rw-r--r--include/asm-x86_64/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/signal.h b/include/asm-x86_64/signal.h
index cef7a7d51b7e..3ede2a61973a 100644
--- a/include/asm-x86_64/signal.h
+++ b/include/asm-x86_64/signal.h
@@ -3,13 +3,13 @@
#ifndef __ASSEMBLY__
#include <linux/types.h>
-#include <linux/linkage.h>
#include <linux/time.h>
/* Avoid too many header ordering problems. */
struct siginfo;
#ifdef __KERNEL__
+#include <linux/linkage.h>
/* Most things should be clean enough to redefine this at will, if care
is taken to make libc match. */