qcacmn: Remove ipa_reset_hdr from QDF
Remove unused IPA API ipa_reset_hdr form QDF. Change-Id: I749e891b74b0adb45a5c3b9dbe7ad638d62c4459 CRs-Fixed: 2233616
This commit is contained in:
@@ -284,11 +284,6 @@ static inline int qdf_ipa_commit_hdr(void)
|
|||||||
return __qdf_ipa_commit_hdr();
|
return __qdf_ipa_commit_hdr();
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int qdf_ipa_reset_hdr(void)
|
|
||||||
{
|
|
||||||
return __qdf_ipa_reset_hdr();
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline int qdf_ipa_get_hdr(qdf_ipa_ioc_get_hdr_t *lookup)
|
static inline int qdf_ipa_get_hdr(qdf_ipa_ioc_get_hdr_t *lookup)
|
||||||
{
|
{
|
||||||
return __qdf_ipa_get_hdr(lookup);
|
return __qdf_ipa_get_hdr(lookup);
|
||||||
|
@@ -552,11 +552,6 @@ static inline int __qdf_ipa_commit_hdr(void)
|
|||||||
return ipa_commit_hdr();
|
return ipa_commit_hdr();
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline int __qdf_ipa_reset_hdr(void)
|
|
||||||
{
|
|
||||||
return ipa_reset_hdr();
|
|
||||||
}
|
|
||||||
|
|
||||||
static inline int __qdf_ipa_get_hdr(struct ipa_ioc_get_hdr *lookup)
|
static inline int __qdf_ipa_get_hdr(struct ipa_ioc_get_hdr *lookup)
|
||||||
{
|
{
|
||||||
return ipa_get_hdr(lookup);
|
return ipa_get_hdr(lookup);
|
||||||
|
Reference in New Issue
Block a user