qcacmn: Remove CONFIG_WIN from QDF sources
The qdf nbuf cb has members defined as union which would be used separately either for WIN or MCL. There are separate header files defined for having different accessor functions for WIN or MCL. The inclusion of the header file is differentiated based on CONFIG_WIN which should be removed. Use a different macro instead of CONFIG_WIN. Change-Id: I6709fde22a0458ec184b9a0cba832b848fd2a8fa CRs-Fixed: 2472886
This commit is contained in:
@@ -3478,7 +3478,7 @@ static inline void qdf_nbuf_orphan(qdf_nbuf_t buf)
|
||||
return __qdf_nbuf_orphan(buf);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_WIN
|
||||
#ifdef CONFIG_NBUF_AP_PLATFORM
|
||||
#include <i_qdf_nbuf_api_w.h>
|
||||
#else
|
||||
#include <i_qdf_nbuf_api_m.h>
|
||||
|
Reference in New Issue
Block a user