diff options
Diffstat (limited to 'arch/c6x/include/asm/unistd.h')
-rw-r--r-- | arch/c6x/include/asm/unistd.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/c6x/include/asm/unistd.h b/arch/c6x/include/asm/unistd.h index 6d54ea4262eb..ed2259043eec 100644 --- a/arch/c6x/include/asm/unistd.h +++ b/arch/c6x/include/asm/unistd.h | |||
@@ -13,8 +13,6 @@ | |||
13 | * NON INFRINGEMENT. See the GNU General Public License for | 13 | * NON INFRINGEMENT. See the GNU General Public License for |
14 | * more details. | 14 | * more details. |
15 | */ | 15 | */ |
16 | #if !defined(_ASM_C6X_UNISTD_H) || defined(__SYSCALL) | ||
17 | #define _ASM_C6X_UNISTD_H | ||
18 | 16 | ||
19 | /* Use the standard ABI for syscalls. */ | 17 | /* Use the standard ABI for syscalls. */ |
20 | #include <asm-generic/unistd.h> | 18 | #include <asm-generic/unistd.h> |
@@ -22,5 +20,3 @@ | |||
22 | /* C6X-specific syscalls. */ | 20 | /* C6X-specific syscalls. */ |
23 | #define __NR_cache_sync (__NR_arch_specific_syscall + 0) | 21 | #define __NR_cache_sync (__NR_arch_specific_syscall + 0) |
24 | __SYSCALL(__NR_cache_sync, sys_cache_sync) | 22 | __SYSCALL(__NR_cache_sync, sys_cache_sync) |
25 | |||
26 | #endif /* _ASM_C6X_UNISTD_H */ | ||