diff --git a/qdf/linux/src/i_qdf_mem.h b/qdf/linux/src/i_qdf_mem.h index 22011e2739..bae78ec7c3 100644 --- a/qdf/linux/src/i_qdf_mem.h +++ b/qdf/linux/src/i_qdf_mem.h @@ -61,8 +61,10 @@ #ifdef CONFIG_ARM_SMMU #include #ifdef ENABLE_SMMU_S1_TRANSLATION +#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 4, 0)) #include #endif +#endif #include #endif