]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/read_write.c
MMC: OMAP: Fix timeout calculation for MMC multislot support
[linux-2.6-omap-h63xx.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)
 {