From ea609356221cecc6cf4822d2817fca98995eb682 Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Thu, 26 Mar 2015 00:02:19 +0000 Subject: [PATCH] qla2x00t: fix proc build git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6153 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla2x00-target/qla2x00t.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qla2x00t/qla2x00-target/qla2x00t.c b/qla2x00t/qla2x00-target/qla2x00t.c index 189489fc8..37d471539 100644 --- a/qla2x00t/qla2x00-target/qla2x00t.c +++ b/qla2x00t/qla2x00-target/qla2x00t.c @@ -257,7 +257,7 @@ static struct scst_tgt_template tgt2x_template = { .add_target_parameters = "node_name, parent_host", .tgtt_attrs = q2tt_attrs, #endif -#else +#elif !defined(CONFIG_SCST_PROC) .tgtt_attrs = q2tt_attrs, #endif #if defined(CONFIG_SCST_DEBUG) || defined(CONFIG_SCST_TRACING)