On Mon, 19 Nov 2012 16:30:40 +0530
Tushar Behera wrote:
> blk_drain_queue is only used in this file, so should be marked static.
>
> Fixes following sparse warning.
>
> block/blk-core.c:361:6: warning: symbol 'blk_drain_queue' was not
> declared. Should it be static?
>
> Signed-off-by: Tushar
blk_drain_queue is only used in this file, so should be marked static.
Fixes following sparse warning.
block/blk-core.c:361:6: warning: symbol 'blk_drain_queue' was not
declared. Should it be static?
Signed-off-by: Tushar Behera
---
block/blk-core.c |2 +-
1 files changed, 1 insertions(+),
2 matches
Mail list logo