From 942aef83872e8b88d9cc25c0a056d270727a2058 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 23 Oct 2009 10:56:44 +0000 Subject: [PATCH] Compiles now with CONFIG_SCST_PROC undefined. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1255 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index c1b891b37..ed61d6c1d 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -2640,7 +2640,6 @@ static struct scst_tgt_template srpt_template = { .sg_tablesize = SRPT_DEF_SG_TABLESIZE, .xmit_response_atomic = 1, .rdy_to_xfer_atomic = 1, - .no_proc_entry = 0, .detect = srpt_detect, .release = srpt_release, .xmit_response = srpt_xmit_response,