ib_srpt: Fix procfs build

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4362 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2012-06-19 06:23:21 +00:00
parent a951696f3c
commit f53d181d40

View File

@@ -2346,7 +2346,6 @@ static void __srpt_close_all_ch(struct srpt_tgt *srpt_tgt)
}
}
#if !defined(CONFIG_SCST_PROC)
static struct srpt_tgt* srpt_convert_scst_tgt(struct scst_tgt *scst_tgt)
{
struct srpt_device *sdev;
@@ -2365,6 +2364,7 @@ static struct srpt_tgt* srpt_convert_scst_tgt(struct scst_tgt *scst_tgt)
return srpt_tgt;
}
#if !defined(CONFIG_SCST_PROC)
/**
* srpt_enable_target - Set the "enabled" status of a target.
*/