Re: [PATCH] block: remove dead func declaration

2012-08-01 Thread Jens Axboe
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 -- To unsubscribe from this list: send the line

[PATCH] block: remove dead func declaration

2012-07-10 Thread 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 --- block/blk.h |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/block/blk.h