X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fread_write.c;h=d4cb3183c99cb9c89ccb5b1bc2f98c4e976087d8;hb=14d1adfc59ba66932ef167fdff62983e7c2b0197;hp=5bc0e9234f9d7c5dd21b1e244127fece7bfa905c;hpb=63d39fe88ffabbd82d9db42e9b603c58532fc918;p=pandora-kernel.git diff --git a/fs/read_write.c b/fs/read_write.c index 5bc0e9234f9d..d4cb3183c99c 100644 --- a/fs/read_write.c +++ b/fs/read_write.c @@ -436,7 +436,7 @@ unsigned long iov_shorten(struct iovec *iov, unsigned long nr_segs, size_t to) return seg; } -EXPORT_SYMBOL(iov_shorten); +EXPORT_UNUSED_SYMBOL(iov_shorten); /* June 2006 */ /* A write operation does a read from user space and vice versa */ #define vrfy_dir(type) ((type) == READ ? VERIFY_WRITE : VERIFY_READ)