diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-07-15 12:48:57 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 09:39:56 +0100 |
commit | 40c3a578a76ce0b20d1716e03b5a4b407ca9ca51 (patch) | |
tree | 50e4fa12f83130bf9a34e83eeadec4887ddbe321 | |
parent | 6accc0575c6b2105bf9b00bfc8cfee2cead3df6d (diff) |
[ARM] shut up "warning: "__IGNORE_sync_file_range" redefined"
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
-rw-r--r-- | include/asm-arm/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/unistd.h b/include/asm-arm/unistd.h index bfdbebebdc1..d327b25c986 100644 --- a/include/asm-arm/unistd.h +++ b/include/asm-arm/unistd.h @@ -441,7 +441,6 @@ /* * Unimplemented (or alternatively implemented) syscalls */ -#define __IGNORE_sync_file_range 1 #define __IGNORE_fadvise64_64 1 #endif /* __KERNEL__ */ |