qcacld-3.0: Remove p2p_process_remain_on_channel_cmd() prototype

Change I71de90d5fb88462e52148a434d43ea80c41cfe36 ("qcacld-3.0: Move
Channel convert and frame indication logic to lim_utils.c") removed
the implementation of p2p_process_remain_on_channel_cmd() but left
behind the prototype. Since the prototype is obsolete, remove it.

Change-Id: I34caafa9cc2731f3a21e0200e520118a10740d3b
CRs-Fixed: 2375511
This commit is contained in:
Jeff Johnson 2018-12-29 15:29:38 -08:00 committed by nshrivas
parent ff19d59c28
commit 42aebb4bb5

View File

@ -182,8 +182,6 @@ QDF_STATUS csr_create_roam_scan_channel_list(struct mac_context *mac,
const enum band_info eBand);
#endif
QDF_STATUS p2p_process_remain_on_channel_cmd(struct mac_context *mac,
tSmeCmd *p2pRemainonChn);
ePhyChanBondState csr_convert_cb_ini_value_to_phy_cb_state(uint32_t cbIniValue);
void csr_process_set_dual_mac_config(struct mac_context *mac, tSmeCmd *command);
void csr_process_set_antenna_mode(struct mac_context *mac, tSmeCmd *command);