qcacld-3.0: Remove pe_register_tl_handle() prototype

LIM exposes a prototype for function pe_register_tl_handle(), but the
current driver does not have a function by that name, so remove the
prototype.

Change-Id: I06fe675cf885f8d2db49d1e6529c21a78f9b20a5
CRs-Fixed: 2369205
This commit is contained in:
Jeff Johnson
2018-12-14 22:34:54 -08:00
committed by nshrivas
vanhempi 28a8a1352c
commit 675e9e135d

Näytä tiedosto

@@ -110,7 +110,6 @@ typedef enum eMgmtFrmDropReason {
QDF_STATUS lim_initialize(struct mac_context *); QDF_STATUS lim_initialize(struct mac_context *);
QDF_STATUS pe_open(struct mac_context *mac, struct cds_config_info *cds_cfg); QDF_STATUS pe_open(struct mac_context *mac, struct cds_config_info *cds_cfg);
QDF_STATUS pe_close(struct mac_context *mac); QDF_STATUS pe_close(struct mac_context *mac);
void pe_register_tl_handle(struct mac_context *mac);
QDF_STATUS lim_start(struct mac_context *mac); QDF_STATUS lim_start(struct mac_context *mac);
QDF_STATUS pe_start(struct mac_context *mac); QDF_STATUS pe_start(struct mac_context *mac);
void pe_stop(struct mac_context *mac); void pe_stop(struct mac_context *mac);