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

@@ -33,7 +33,7 @@
#include <cdp_txrx_mon_struct.h>
#include "wlan_objmgr_psoc_obj.h"
#ifdef IPA_OFFLOAD
#include <ipa.h>
#include <linux/ipa.h>
#endif
/******************************************************************************