qcacld-3.0: Fix -Wmissing-prototypes in HTT

We want to enable the compiler's -Wmissing-prototypes switch, but
there is existing code that is generating warnings. Fix all warnings
in core/dp/htt.

Change-Id: I189ca782bdcae7d8d3a6f54acd1baf15f3f300f6
CRs-Fixed: 1091016
This commit is contained in:
Jeff Johnson
2016-10-07 12:29:43 -07:00
committed by qcabuildsw
parent b501636521
commit 0e60ce5615
5 changed files with 62 additions and 55 deletions

View File

@@ -53,7 +53,7 @@ QDF_STATUS(*htt_h2t_rx_ring_cfg_msg)(struct htt_pdev_t *pdev);
QDF_STATUS(*htt_h2t_rx_ring_rfs_cfg_msg)(struct htt_pdev_t *pdev);
#ifdef IPA_OFFLOAD
A_STATUS htt_ipa_config(htt_pdev_handle pdev, A_STATUS status)
static A_STATUS htt_ipa_config(htt_pdev_handle pdev, A_STATUS status)
{
if ((A_OK == status) &&
ol_cfg_ipa_uc_offload_enabled(pdev->ctrl_pdev))