From d36e8ba65420bc9d2a390def44b7f52e0293a73f Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Fri, 3 Sep 2010 16:47:51 +0000 Subject: [PATCH] Make sysfs default git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@2041 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- iscsi-scst/include/iscsi_scst_ver.h | 2 +- qla2x00t/qla_attr.c | 2 +- scst/include/scst.h | 2 +- scst/src/Makefile | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/iscsi-scst/include/iscsi_scst_ver.h b/iscsi-scst/include/iscsi_scst_ver.h index 4d42d1b2c..854271341 100644 --- a/iscsi-scst/include/iscsi_scst_ver.h +++ b/iscsi-scst/include/iscsi_scst_ver.h @@ -13,7 +13,7 @@ * GNU General Public License for more details. */ -#define CONFIG_SCST_PROC +/* #define CONFIG_SCST_PROC */ #ifdef CONFIG_SCST_PROC #define ISCSI_VERSION_STRING_SUFFIX "-procfs" diff --git a/qla2x00t/qla_attr.c b/qla2x00t/qla_attr.c index 45c08b802..a7017d5f2 100644 --- a/qla2x00t/qla_attr.c +++ b/qla2x00t/qla_attr.c @@ -96,7 +96,7 @@ static DEVICE_ATTR(class2_enabled, #ifdef CONFIG_SCSI_QLA2XXX_TARGET -#define CONFIG_SCST_PROC +/* #define CONFIG_SCST_PROC */ #ifdef CONFIG_SCST_PROC diff --git a/scst/include/scst.h b/scst/include/scst.h index 02e6fe75c..4b8de2b3a 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -27,7 +27,7 @@ #include #include -#define CONFIG_SCST_PROC +/* #define CONFIG_SCST_PROC */ #ifdef CONFIG_SCST_PROC #include diff --git a/scst/src/Makefile b/scst/src/Makefile index 172d7a70a..b21a60d3a 100644 --- a/scst/src/Makefile +++ b/scst/src/Makefile @@ -39,8 +39,8 @@ obj-m := scst.o scst-y += scst_main.o scst-y += scst_targ.o scst-y += scst_lib.o -scst-y += scst_proc.o -#scst-y += scst_sysfs.o +#scst-y += scst_proc.o +scst-y += scst_sysfs.o scst-y += scst_mem.o scst-y += scst_debug.o scst-y += scst_pres.o