[2.6 patch] unexport blk_rq_map_user_iov

From: Adrian Bunk
Date: Sat Mar 01 2008 - 11:20:56 EST


This patch removes the unused export of blk_rq_map_user_iov.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---
76229376e92479701b97d25bd3513d8c35f7646e foobar
diff --git a/block/blk-map.c b/block/blk-map.c
index 09f7fd0..35ec03d 100644
--- a/block/blk-map.c
+++ b/block/blk-map.c
@@ -215,7 +215,6 @@ int blk_rq_map_user_iov(struct request_queue *q, struct request *rq,
rq->buffer = rq->data = NULL;
return 0;
}
-EXPORT_SYMBOL(blk_rq_map_user_iov);

/**
* blk_rq_unmap_user - unmap a request with user data

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/