Commit 448da4d2 authored by Harvey Harrison's avatar Harvey Harrison Committed by Jens Axboe

block: remove extern on function definition

Intoduced between 2.6.25-rc2 and -rc3
block/blk-settings.c:319:12: warning: function 'blk_queue_dma_drain' with external linkage has definition
Signed-off-by: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 68d95b58
...@@ -332,7 +332,7 @@ EXPORT_SYMBOL(blk_queue_dma_pad); ...@@ -332,7 +332,7 @@ EXPORT_SYMBOL(blk_queue_dma_pad);
* device can support otherwise there won't be room for the drain * device can support otherwise there won't be room for the drain
* buffer. * buffer.
*/ */
extern int blk_queue_dma_drain(struct request_queue *q, int blk_queue_dma_drain(struct request_queue *q,
dma_drain_needed_fn *dma_drain_needed, dma_drain_needed_fn *dma_drain_needed,
void *buf, unsigned int size) void *buf, unsigned int size)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment