Only include <linux/version.h> if necessary (merge r3517 from trunk)

git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/2.2.0.x@3992 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-12-15 10:39:40 +00:00
parent b3c1abf165
commit bdbcebf0ec
4 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,6 @@
#ifndef IB_SRPT_H
#define IB_SRPT_H
#include <linux/version.h>
#include <linux/types.h>
#include <linux/list.h>
@@ -48,6 +47,7 @@
#if defined(INSIDE_KERNEL_TREE)
#include <scst/scst.h>
#else
#include <linux/version.h>
#include <scst.h>
#endif