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