summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-10-15 14:49:53 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2014-10-15 14:55:16 +0400
commit94104c568cafe224c53456c65fbf2e055330ff59 (patch)
tree5c5b0551b8a486d85670cf83a01ced3fc50d842f
parent4d43b09b010f0da7934afa5ff690943b5bb82114 (diff)
ARM64:ILP32: fix the compilation error due to mistyped header file nametracking-ilp32-ll-20141015.0
There is a misprint in the v3 patch "ARM64:ILP32: Use the same size and layout of the signal structures for ILP32 as for LP64". Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--arch/arm64/include/uapi/asm/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/include/uapi/asm/signal.h b/arch/arm64/include/uapi/asm/signal.h
index d33a5f77ec44..f378ff4f93d7 100644
--- a/arch/arm64/include/uapi/asm/signal.h
+++ b/arch/arm64/include/uapi/asm/signal.h
@@ -16,7 +16,7 @@
#ifndef __ASM_SIGNAL_H
#define __ASM_SIGNAL_H
-#include <asm/posix-types.h>
+#include <asm/posix_types.h>
/* Required for AArch32 compatibility. */
#define SA_RESTORER 0x04000000