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