qcacmn: Prepend kernel includes with "kernel/"
To avoid include conflicts, prepend all kernel includes with "kernel/" Change-Id: I1c3ae9078d5537b03486afff9c2491881c9f694c CRs-Fixed: 2098814
这个提交包含在:
@@ -31,7 +31,7 @@
|
||||
******************************************************************************/
|
||||
|
||||
#ifdef WLAN_LOGGING_SOCK_SVC_ENABLE
|
||||
#include <vmalloc.h>
|
||||
#include <linux/vmalloc.h>
|
||||
#ifdef CONFIG_MCL
|
||||
#include <cds_api.h>
|
||||
#include <host_diag_core_event.h>
|
||||
@@ -43,7 +43,7 @@
|
||||
#include "pktlog_ac.h"
|
||||
#endif
|
||||
#include <wlan_logging_sock_svc.h>
|
||||
#include <kthread.h>
|
||||
#include <linux/kthread.h>
|
||||
#include <qdf_time.h>
|
||||
#include <qdf_trace.h>
|
||||
#include <qdf_mc_timer.h>
|
||||
|
在新工单中引用
屏蔽一个用户