[dm-devel] [PATCH] scsi_dh: remove unused declaration dm_pg_init_complete()

Ren Mingxin renmx at cn.fujitsu.com
Wed Apr 17 04:29:09 UTC 2013


This patch removes dm_pg_init_complete()'s declaration as it is
not needed anymore since 2651f5d7d3bc5120a439e498f131e4d731f99b3e.

Signed-off-by: Ren Mingxin <renmx at cn.fujitsu.com>
---
 drivers/md/dm-mpath.h |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/md/dm-mpath.h b/drivers/md/dm-mpath.h
index e230f71..9c36d0f 100644
--- a/drivers/md/dm-mpath.h
+++ b/drivers/md/dm-mpath.h
@@ -16,7 +16,4 @@ struct dm_path {
 	void *pscontext;	/* For path-selector use */
 };
 
-/* Callback for hwh_pg_init_fn to use when complete */
-void dm_pg_init_complete(struct dm_path *path, unsigned err_flags);
-
 #endif
-- 
1.7.1




More information about the dm-devel mailing list