2013-04-17 04:27:11

by Ren Mingxin

[permalink] [raw]
Subject: [PATCH] scsi_dh: remove unused declaration dm_pg_init_complete()

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

Signed-off-by: Ren Mingxin <[email protected]>
---
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