From c7f6a46905ef8aad33f435a4f56ba48558aa3fdd Mon Sep 17 00:00:00 2001 From: Vladislav Bolkhovitin Date: Tue, 5 Mar 2013 21:25:54 +0000 Subject: [PATCH] Better to have those conditional defines in the head of the file, because #include's depend on them git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4787 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/include/scst.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scst/include/scst.h b/scst/include/scst.h index 76bd650ad..79552c5f0 100644 --- a/scst/include/scst.h +++ b/scst/include/scst.h @@ -23,6 +23,11 @@ #ifndef __SCST_H #define __SCST_H +/** See README for description of those conditional defines **/ +/* #define CONFIG_SCST_MEASURE_LATENCY */ +/* #define CONFIG_SCST_DEBUG_TM */ +/* #define CONFIG_SCST_TM_DBG_GO_OFFLINE */ + #include #ifndef INSIDE_KERNEL_TREE #include @@ -40,11 +45,6 @@ #define CONFIG_SCST_PER_DEVICE_CMD_COUNT_LIMIT #endif -/* #define CONFIG_SCST_MEASURE_LATENCY */ - -/* #define CONFIG_SCST_DEBUG_TM */ -/* #define CONFIG_SCST_TM_DBG_GO_OFFLINE */ - /* #define CONFIG_SCST_PROC */ #ifdef CONFIG_SCST_PROC