qcacld-3.0: Remove wlan_hdd_check_sta_ap_concurrent_ch_intf()

wlan_hdd_main.h currently exports
wlan_hdd_check_sta_ap_concurrent_ch_intf()

The function does not exist, so remove the prototype.

Change-Id: I4064a4db0e90705c1d23704e335c2d815ac2a0a6
CRs-Fixed: 2106850
This commit is contained in:
Jeff Johnson 2017-09-08 13:38:59 -07:00 committed by snandini
parent 73fb80d84e
commit f9d324c699

View File

@ -1891,9 +1891,6 @@ struct hdd_channel_info {
int hdd_validate_channel_and_bandwidth(struct hdd_adapter *adapter,
uint32_t chan_number,
enum phy_ch_width chan_bw);
#ifdef FEATURE_WLAN_MCC_TO_SCC_SWITCH
void wlan_hdd_check_sta_ap_concurrent_ch_intf(void *sta_pAdapter);
#endif
const char *hdd_device_mode_to_string(uint8_t device_mode);