public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: remove dead func declaration
@ 2012-07-10  7:21 Yuanhan Liu
  2012-08-01 10:26 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Yuanhan Liu @ 2012-07-10  7:21 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel, Yuanhan Liu

__generic_unplug_device() function is removed with commit
7eaceaccab5f40bbfda044629a6298616aeaed50, which forgot to
remove the declaration at meantime. Here remove it.

Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
---
 block/blk.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/block/blk.h b/block/blk.h
index 85f6ae4..a62195b 100644
--- a/block/blk.h
+++ b/block/blk.h
@@ -33,7 +33,6 @@ bool __blk_end_bidi_request(struct request *rq, int error,
 void blk_rq_timed_out_timer(unsigned long data);
 void blk_delete_timer(struct request *);
 void blk_add_timer(struct request *);
-void __generic_unplug_device(struct request_queue *);
 
 /*
  * Internal atomic flags for request handling
-- 
1.7.7.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] block: remove dead func declaration
  2012-07-10  7:21 [PATCH] block: remove dead func declaration Yuanhan Liu
@ 2012-08-01 10:26 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2012-08-01 10:26 UTC (permalink / raw)
  To: Yuanhan Liu; +Cc: linux-kernel

On 07/10/2012 09:21 AM, Yuanhan Liu wrote:
> __generic_unplug_device() function is removed with commit
> 7eaceaccab5f40bbfda044629a6298616aeaed50, which forgot to
> remove the declaration at meantime. Here remove it.

Thanks, applied.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-01 10:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10  7:21 [PATCH] block: remove dead func declaration Yuanhan Liu
2012-08-01 10:26 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox