diff options
Diffstat (limited to 'include/asm-m32r/unistd.h')
-rw-r--r-- | include/asm-m32r/unistd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/asm-m32r/unistd.h b/include/asm-m32r/unistd.h index cc31790d8077..89f376e6229f 100644 --- a/include/asm-m32r/unistd.h +++ b/include/asm-m32r/unistd.h | |||
@@ -3,8 +3,6 @@ | |||
3 | 3 | ||
4 | /* $Id$ */ | 4 | /* $Id$ */ |
5 | 5 | ||
6 | #include <asm/syscall.h> /* SYSCALL_* */ | ||
7 | |||
8 | /* | 6 | /* |
9 | * This file contains the system call numbers. | 7 | * This file contains the system call numbers. |
10 | */ | 8 | */ |
@@ -303,6 +301,8 @@ | |||
303 | * <asm-m32r/errno.h> | 301 | * <asm-m32r/errno.h> |
304 | */ | 302 | */ |
305 | 303 | ||
304 | #include <asm/syscall.h> /* SYSCALL_* */ | ||
305 | |||
306 | #define __syscall_return(type, res) \ | 306 | #define __syscall_return(type, res) \ |
307 | do { \ | 307 | do { \ |
308 | if ((unsigned long)(res) >= (unsigned long)(-(124 + 1))) { \ | 308 | if ((unsigned long)(res) >= (unsigned long)(-(124 + 1))) { \ |