aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2014-10-15 14:49:53 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2015-03-06 22:00:21 +0300
commitaffec13bd171a5d15389392fb90f98f0d0ec89b3 (patch)
treec1b1978d974d868f02463b72ad5de3c058262d32 /arch/arm64
parent1eafa170097d19deb0aae3c386a46d1fd56d38e2 (diff)
ARM64:ILP32: fix the compilation error due to mistyped header file name
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>
Diffstat (limited to 'arch/arm64')
-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