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

@@ -31,7 +31,7 @@
* HIF NAPI interface implementation
*/
#include <string.h> /* memset */
#include <linux/string.h> /* memset */
/* Linux headers */
#include <linux/cpumask.h>