Add change to fix the compilation warning for CONFIG_MCL macro Change-Id: Id4039a898484a275fc94aa313abd8432a245621a CRs-Fixed: 2464058
@@ -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>