From c7b3a09c2a3972dd40088a5ab8e3ba3f657b0307 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Thu, 15 Dec 2011 10:42:51 +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. (merge r3489 and r3490 from trunk) git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.0.x@3993 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 26841a9a9..f0b519a3e 100644 --- a/scst_local/scst_local.c +++ b/scst_local/scst_local.c @@ -34,7 +34,6 @@ /* SCST includes ... */ #ifdef INSIDE_KERNEL_TREE -#include #include #include #else