scst: Only define KERN_CONT for non-RHEL pre-2.6.24 kernels instead of defining it conditionally.

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@3749 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Bart Van Assche
2011-07-24 10:36:21 +00:00
parent 7535772ccb
commit eee245a1c6

View File

@@ -97,7 +97,7 @@
#define TRACE_MINOR_AND_MGMT_DBG (TRACE_MINOR|TRACE_MGMT_DEBUG)
#ifndef KERN_CONT
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 24) && !defined(RHEL_MAJOR)
#define KERN_CONT ""
#endif