소스 검색

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