Browse Source

qcacmn: Remove ipa_add/del_hdr_proc_ctx from QDF

Remove unused IPA API ipa_add_hdr_proc_ctx and ipa_del_hdr_proc_ctx
from QDF.

Change-Id: Iffe79a040ae68e817433416f9f59b23d9029fbdf
CRs-Fixed: 2242429
Yun Park 6 years ago
parent
commit
c8a48dbe8f
2 changed files with 0 additions and 28 deletions
  1. 0 14
      qdf/inc/qdf_ipa.h
  2. 0 14
      qdf/linux/src/i_qdf_ipa.h

+ 0 - 14
qdf/inc/qdf_ipa.h

@@ -299,20 +299,6 @@ static inline int qdf_ipa_copy_hdr(qdf_ipa_ioc_copy_hdr_t *copy)
 	return __qdf_ipa_copy_hdr(copy);
 }
 
-/*
- * Header Processing Context
- */
-static inline int qdf_ipa_add_hdr_proc_ctx(
-				qdf_ipa_ioc_add_hdr_proc_ctx_t *proc_ctxs)
-{
-	return __qdf_ipa_add_hdr_proc_ctx(proc_ctxs);
-}
-
-static inline int qdf_ipa_del_hdr_proc_ctx(qdf_ipa_ioc_del_hdr_proc_ctx_t *hdls)
-{
-	return __qdf_ipa_del_hdr_proc_ctx(hdls);
-}
-
 /*
  * Messaging
  */

+ 0 - 14
qdf/linux/src/i_qdf_ipa.h

@@ -567,20 +567,6 @@ static inline int __qdf_ipa_copy_hdr(struct ipa_ioc_copy_hdr *copy)
 	return ipa_copy_hdr(copy);
 }
 
-/*
- * Header Processing Context
- */
-static inline int __qdf_ipa_add_hdr_proc_ctx(
-				struct ipa_ioc_add_hdr_proc_ctx *proc_ctxs)
-{
-	return ipa_add_hdr_proc_ctx(proc_ctxs);
-}
-
-static inline int __qdf_ipa_del_hdr_proc_ctx(struct ipa_ioc_del_hdr_proc_ctx *hdls)
-{
-	return ipa_del_hdr_proc_ctx(hdls);
-}
-
 /*
  * Messaging
  */