diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2007-07-15 11:48:57 (GMT) |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2007-07-20 08:39:56 (GMT) |
commit | 40c3a578a76ce0b20d1716e03b5a4b407ca9ca51 (patch) | |
tree | 50e4fa12f83130bf9a34e83eeadec4887ddbe321 /include/asm-arm | |
parent | 6accc0575c6b2105bf9b00bfc8cfee2cead3df6d (diff) | |
download | linux-fsl-qoriq-40c3a578a76ce0b20d1716e03b5a4b407ca9ca51.tar.xz |
[ARM] shut up "warning: "__IGNORE_sync_file_range" redefined"
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm')
-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 bfdbebe..d327b25 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__ */ |