scst_local/procfs bug fix: don't include <scst_const.h> before <scst.h> 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@3490 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-05-28 11:00:35 +00:00
parent 4c4beaa0cd
commit d47e60953c

View File

@@ -34,7 +34,6 @@
/* SCST includes ... */
#ifdef INSIDE_KERNEL_TREE
#include <scst/scst_const.h>
#include <scst/scst.h>
#include <scst/scst_debug.h>
#else