Skip to content

Commit

Permalink
[PATCH] one more EXPORT_UNUSED_SYMBOL removal
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Dec 13, 2006
1 parent 6968826 commit 029530f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fs/read_write.c
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,6 @@ unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to)
return seg;
}

EXPORT_UNUSED_SYMBOL(iov_shorten); /* June 2006 */

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)
{
Expand Down

0 comments on commit 029530f

Please sign in to comment.