]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/read_write.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[karo-tx-linux.git] / fs / read_write.c
index 124693e8d3fa068d60e7f6ad82670a3577ae80fb..ea1f94cc722e0c942111b9849cedf8b1aef1d86a 100644 (file)
@@ -370,7 +370,7 @@ asmlinkage ssize_t sys_read(unsigned int fd, char __user * buf, size_t count)
 
        return ret;
 }
-EXPORT_SYMBOL_GPL(sys_read);
+EXPORT_UNUSED_SYMBOL_GPL(sys_read); /* to be deleted for 2.6.25 */
 
 asmlinkage ssize_t sys_write(unsigned int fd, const char __user * buf, size_t count)
 {