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