summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnson <jjohnson@codeaurora.org>2016-10-05 16:23:50 -0700
committerJeff Johnson <jjohnson@codeaurora.org>2016-10-11 06:24:37 -0700
commit0eed72f1ef8f2f6709b9fb21df4f9467dea33743 (patch)
tree1a7e41d1f8a36144d071e335a7ddbe68219723d2
parent87a24256c1639e09004bd981fb25f57186704aa9 (diff)
qcacld-3.0: Fix -Wmissing-prototypes in wlan_hdd_scan
We want to enable the compiler's -Wmissing-prototypes switch, but there is existing code that is generating warnings. Fix all warnings in wlan_hdd_scan. Change-Id: I877d7e7b7be30a9195daad63d09999bb87f4add4 CRs-Fixed: 1074336
-rw-r--r--core/hdd/src/wlan_hdd_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/src/wlan_hdd_scan.c b/core/hdd/src/wlan_hdd_scan.c
index 20c53b3c3c97..5feed800683e 100644
--- a/core/hdd/src/wlan_hdd_scan.c
+++ b/core/hdd/src/wlan_hdd_scan.c
@@ -598,7 +598,7 @@ static int wlan_hdd_scan_request_enqueue(hdd_adapter_t *adapter,
*
* Return: QDF_STATUS
*/
-QDF_STATUS wlan_hdd_scan_request_dequeue(hdd_context_t *hdd_ctx,
+static QDF_STATUS wlan_hdd_scan_request_dequeue(hdd_context_t *hdd_ctx,
uint32_t scan_id, struct cfg80211_scan_request **req, uint8_t *source,
uint32_t *timestamp)
{