Bladeren bron

qcacmn: Fix compilation warning for undefined macro

Add change to fix the compilation warning for CONFIG_MCL macro

Change-Id: Id4039a898484a275fc94aa313abd8432a245621a
CRs-Fixed: 2464058
Santosh Anbu 5 jaren geleden
bovenliggende
commit
73606f0528
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      qdf/linux/src/i_qdf_mem.h

+ 1 - 1
qdf/linux/src/i_qdf_mem.h

@@ -39,7 +39,7 @@
 #include <linux/cache.h> /* L1_CACHE_BYTES */
 
 #define __qdf_cache_line_sz L1_CACHE_BYTES
-#if CONFIG_MCL
+#if defined(CONFIG_MCL)
 #include <cds_queue.h>
 #else
 #include <sys/queue.h>