Browse Source

qcacmn: Fix compilation error

Currently including only cdp_txrx_ipa.h header gives compilation
issue as we need to include ol_txrx.h header to remove dependency.
In this remove dependency by including proper common header file
in cdp_txrx_ipa.h

Change-Id: Ia207e990f09d284a6dac97fbae8e1bc61fb6cbe1
CRs-Fixed: 2193987
Sravan Kumar Kairam 7 years ago
parent
commit
f1822ba49b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dp/inc/cdp_txrx_ipa.h

+ 1 - 1
dp/inc/cdp_txrx_ipa.h

@@ -37,7 +37,7 @@
 #else
 #include <qdf_ipa.h>
 #endif
-#include <cdp_txrx_mob_def.h>
+#include <cdp_txrx_cmn.h>
 #include "cdp_txrx_handle.h"
 
 /**