Add warrning qla_isp do not support > 2.6.24

git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@428 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
Stanislaw Gruszka
2008-07-05 19:11:16 +00:00
parent 1389b4595e
commit 6c161367e6
+4
View File
@@ -84,6 +84,10 @@
#error "Only Linux 2.5/2.6 kernels are supported with this driver"
#endif
#if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 24)
#error "Linux kernels newer than 2.6.24 are not supported with this driver"
#endif
#ifndef UNUSED_PARAMETER
#define UNUSED_PARAMETER(x) (void) x
#endif