mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 13:41:27 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user