瀏覽代碼

qcacmn: No need to include the file cds_if_upperproto.h

The file cds_if_upperproto.h is now removed from qcacld-3.0
project and hence remove from including this file.

Change-Id: I8a9974e70bf71916911b994e058b9892c4b5725d
CRs-Fixed: 2436678
Srinivas Girigowda 6 年之前
父節點
當前提交
fe5bb2e588
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      qdf/linux/src/i_osdep.h

+ 0 - 1
qdf/linux/src/i_osdep.h

@@ -26,7 +26,6 @@
 
 #ifdef CONFIG_MCL
 #include <cds_queue.h>
-#include <cds_if_upperproto.h>
 #else
 #include <sys/queue.h>
 #endif