summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPrashanth Bhatta <bhattap@qca.qualcomm.com>2014-02-06 17:03:00 -0800
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-02-07 23:06:11 -0800
commit34cea8fd8eeb88b16368edd61fa357d988f8e004 (patch)
tree9447a9b0cc6cb716bbe5f8b5e5d8300c09a44bba
parent0a9e22796c65eea458db389c11d7b2db54400a25 (diff)
qcacld: ipa: Modify IPA header file path
IPA header file is moved from mach/ipa.h to linux/ipa.h. Incorporating those changes. Change-Id: I9f4e216ab466cb3af4475d594e732bdce378b9e2
-rw-r--r--CORE/HDD/inc/wlan_hdd_ipa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/HDD/inc/wlan_hdd_ipa.h b/CORE/HDD/inc/wlan_hdd_ipa.h
index aaac547e70ce..843f9d58fcd3 100644
--- a/CORE/HDD/inc/wlan_hdd_ipa.h
+++ b/CORE/HDD/inc/wlan_hdd_ipa.h
@@ -42,7 +42,7 @@
Include files
-------------------------------------------------------------------------*/
#ifdef IPA_OFFLOAD
-#include <mach/ipa.h>
+#include <linux/ipa.h>
VOS_STATUS hdd_ipa_init(hdd_context_t *hdd_ctx);
VOS_STATUS hdd_ipa_cleanup(hdd_context_t *hdd_ctx);