qcacld-3.0: Remove obsolete hdd_green_ap_update_config() stub

Previously change I2cfee273ffbcefcd3294cc1a18fb58549166c55b
("qcacld-3.0: Green ap CFG convergence") removed the implementation of
hdd_green_ap_update_config(), but it failed to remove the inline stub
implementation for use when WLAN_SUPPORT_GREEN_AP was not enabled, so
remove it now.

Change-Id: I08bee34b1a42de0147c0e3701162b70ff5a21f21
CRs-Fixed: 2363214
This commit is contained in:
Jeff Johnson
2018-12-06 20:05:01 -08:00
committed by nshrivas
parent 7a0ef3dd5d
commit 1e780687e4

View File

@@ -85,12 +85,6 @@ int hdd_green_ap_enable_egap(struct hdd_context *hdd_ctx)
return 0; return 0;
} }
static inline
int hdd_green_ap_update_config(struct hdd_context *hdd_ctx)
{
return 0;
}
static inline static inline
int hdd_green_ap_start_state_mc(struct hdd_context *hdd_ctx, int hdd_green_ap_start_state_mc(struct hdd_context *hdd_ctx,
enum QDF_OPMODE mode, bool is_session_start) enum QDF_OPMODE mode, bool is_session_start)