From 4c4beaa0cdc5e8ae32b4d3f14f7e3c85229e1296 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 28 May 2011 10:59:27 +0000 Subject: [PATCH] scst_local/procfs bug fix: don't include before or SCST_VERSION_STRING will be incorrect because it gets defined before CONFIG_SCST_PROC is defined. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3489 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst_local/scst_local.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scst_local/scst_local.c b/scst_local/scst_local.c index e5d5ac310..44e593cb9 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -38,7 +38,6 @@ #include #include #else -#include #include #include #endif