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 行删除

查看文件

@@ -24,7 +24,7 @@
#ifdef CONFIG_MCL
#include <cds_ieee80211_common.h>
#else
#include <ieee80211.h>
#include <linux/ieee80211.h>
#endif
#define DEFRAG_IEEE80211_ADDR_LEN 6