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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=40c3a578a76ce0b20d1716e03b5a4b407ca9ca51;p=linux-beck.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 bfdbebebdc1b..d327b25c986c 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__ */