From 68a9178e4a30fad76f8ec07401e00c47700b6392 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 16 Feb 2015 15:47:46 +0000 Subject: [PATCH] ib_srpt: Remove redundant forward declarations git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6105 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 3734dcb26..f7cfe0fec 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -198,10 +198,6 @@ static const enum scst_exec_context srpt_send_context = SCST_CONTEXT_DIRECT; static struct ib_client srpt_client; static struct scst_tgt_template srpt_template; -static void srpt_unregister_mad_agent(struct srpt_device *sdev); -#ifdef CONFIG_SCST_PROC -static void srpt_unregister_procfs_entry(struct scst_tgt_template *tgt); -#endif /* CONFIG_SCST_PROC */ static void srpt_unmap_sg_to_ib_sge(struct srpt_rdma_ch *ch, struct srpt_send_ioctx *ioctx); static void srpt_destroy_ch_ib(struct srpt_rdma_ch *ch);