X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=block%2Fblk-exec.c;h=9bceff7674f220acaa9b9580181a1466a8024388;hb=bcbc713470283bc82d043fd23b02e41a9eb8dee5;hp=4f52f279205942f48c2870d4ee77447d0aea515a;hpb=9a2d43b7566caeeeb414aa628bc2759028897dbb;p=linux-2.6 diff --git a/block/blk-exec.c b/block/blk-exec.c index 4f52f27920..9bceff7674 100644 --- a/block/blk-exec.c +++ b/block/blk-exec.c @@ -18,7 +18,7 @@ * @rq: request to complete * @error: end io status of the request */ -void blk_end_sync_rq(struct request *rq, int error) +static void blk_end_sync_rq(struct request *rq, int error) { struct completion *waiting = rq->end_io_data; @@ -31,7 +31,6 @@ void blk_end_sync_rq(struct request *rq, int error) */ complete(waiting); } -EXPORT_SYMBOL(blk_end_sync_rq); /** * blk_execute_rq_nowait - insert a request into queue for execution