From: Russell King Date: Sun, 15 Jul 2007 11:48:57 +0000 (+0100) Subject: [ARM] shut up "warning: "__IGNORE_sync_file_range" redefined" X-Git-Tag: v2.6.23-rc1~8^2^6~19 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=40c3a578a76ce0b20d1716e03b5a4b407ca9ca51;p=linux-2.6-omap-h63xx.git [ARM] shut up "warning: "__IGNORE_sync_file_range" redefined" Signed-off-by: Russell King --- 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__ */