qcacmn: Prepend kernel includes with "kernel/"

To avoid include conflicts, prepend all kernel includes with "kernel/"

Change-Id: I1c3ae9078d5537b03486afff9c2491881c9f694c
CRs-Fixed: 2098814
这个提交包含在:
Dustin Brown
2017-08-17 15:47:48 -07:00
提交者 snandini
父节点 3f9b04cf46
当前提交 49a8f6e37e
修改 13 个文件,包含 15 行新增15 行删除

查看文件

@@ -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>