From 41dd8494f7a7974a2842985cf1a57f362d5310fd Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 2 Apr 2019 04:12:16 +0000 Subject: [PATCH] qla2x00t-32gbit: Only include if available git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@8133 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t-32gbit/qla_fw.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qla2x00t-32gbit/qla_fw.h b/qla2x00t-32gbit/qla_fw.h index b61a09c2c..e4b7ae4c9 100644 --- a/qla2x00t-32gbit/qla_fw.h +++ b/qla2x00t-32gbit/qla_fw.h @@ -8,7 +8,9 @@ #define __QLA_FW_H #include +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 3, 0) || defined(RHEL_MAJOR) #include +#endif #if LINUX_VERSION_CODE >= KERNEL_VERSION(4, 10, 0) #include #endif