diff --git a/mxm_wifiex/wlan_src/mlinux/moal_pcie.c b/mxm_wifiex/wlan_src/mlinux/moal_pcie.c index e692ccd..12bdca8 100644 --- a/mxm_wifiex/wlan_src/mlinux/moal_pcie.c +++ b/mxm_wifiex/wlan_src/mlinux/moal_pcie.c @@ -44,13 +44,11 @@ Change log: Local Variables ********************************************************/ #define DRV_NAME "NXP mdriver PCIe" -#if LINUX_VERSION_CODE <= KERNEL_VERSION(5, 11, 0) #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 35) #ifdef IMX_SUPPORT static struct pm_qos_request woal_pcie_pm_qos_req; #endif #endif -#endif /* PCIE resume handler */ static int woal_pcie_resume(struct pci_dev *pdev);