]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/read_write.c
remove the unused exports of sys_open/sys_read
[linux-2.6-omap-h63xx.git] / fs / read_write.c
index c4d3d17923f155004fec85fd04f836a06aa585f3..49a98718ecdf77ce2dae03b74530a0c90d13195f 100644 (file)
@@ -366,7 +366,6 @@ asmlinkage ssize_t sys_read(unsigned int fd, char __user * buf, size_t count)
 
        return ret;
 }
-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)
 {
@@ -446,6 +445,7 @@ unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to)
        }
        return seg;
 }
+EXPORT_SYMBOL(iov_shorten);
 
 ssize_t do_sync_readv_writev(struct file *filp, const struct iovec *iov,
                unsigned long nr_segs, size_t len, loff_t *ppos, iov_fn_t fn)