瀏覽代碼

qcacmn: Invalid dependency of header files

There is an invalid circular dependency of header files in the
driver. qdf_nbuf.h file includes itself as qdf_nbuf.h file
includes i_qdf_nbuf.h and i_qdf_nbuf.h again includes qdf_nbuf.h.

To resolve this issue, do not include qdf_nbuf.h in i_qdf_nbuf.h

Change-Id: I940321b23e95a81601657d149ff31826db2522ba
CRs-Fixed: 2267066
Ashish Kumar Dhanotiya 6 年之前
父節點
當前提交
587df12305
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      qdf/linux/src/i_qdf_nbuf.h

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

@@ -36,7 +36,6 @@
 #include <qdf_mem.h>
 #include <linux/tcp.h>
 #include <qdf_util.h>
-#include <qdf_nbuf.h>
 
 /*
  * Use socket buffer as the underlying implementation as skbuf .