From 245932538239a2bd0ee3b996235454bf592c1237 Mon Sep 17 00:00:00 2001 From: Amar Singhal Date: Mon, 14 Nov 2016 16:53:25 -0800 Subject: qcacld-3.0: Make hdd_remove_passive_channels static hdd_remove_passive_channels is not called outside the file. Make it static. Change-Id: I17ee9a398b5c88cbaa4677e43bc3a931faf3313d CRs-Fixed: 1089927 --- core/hdd/src/wlan_hdd_ext_scan.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/core/hdd/src/wlan_hdd_ext_scan.c b/core/hdd/src/wlan_hdd_ext_scan.c index b389d4edd310..710c118ecdc4 100644 --- a/core/hdd/src/wlan_hdd_ext_scan.c +++ b/core/hdd/src/wlan_hdd_ext_scan.c @@ -2448,8 +2448,9 @@ static void hdd_remove_dsrc_channels(struct wiphy *wiphy, uint32_t *chan_list, * * Return: none */ -void hdd_remove_passive_channels(struct wiphy *wiphy, uint32_t *chan_list, - uint8_t *num_channels) +static void hdd_remove_passive_channels(struct wiphy *wiphy, + uint32_t *chan_list, + uint8_t *num_channels) { uint8_t num_chan_temp = 0; int i, j, k; -- cgit v1.2.3