qcacmn: Prepend kernel includes with "kernel/"

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

Change-Id: I1c3ae9078d5537b03486afff9c2491881c9f694c
CRs-Fixed: 2098814
This commit is contained in:
Dustin Brown
2017-08-17 15:47:48 -07:00
committed by snandini
parent 3f9b04cf46
commit 49a8f6e37e
13 changed files with 15 additions and 15 deletions

View File

@@ -26,7 +26,7 @@
#ifdef CONFIG_MCL
#include <cds_ieee80211_common.h>
#else
#include <ieee80211.h>
#include <linux/ieee80211.h>
#endif
#include "dp_rx_defrag.h"
#include <enet.h> /* LLC_SNAP_HDR_LEN */