Commit b8b3e85c authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Miri Korenblit
Browse files

iwlwifi: remove unused no_sleep_autoadjust declaration



no_sleep_autoadjust has been removed since
commit 84965795 ("iwlwifi: remove no_sleep_autoadjust"),
so remove it.

Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Link: https://patch.msgid.link/20220911090241.3207201-3-cuigaosheng1@huawei.com


Signed-off-by: default avatarMiri Korenblit <miriam.rachel.korenblit@intel.com>
parent b382523c
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -23,6 +23,4 @@ int iwl_power_set_mode(struct iwl_priv *priv, struct iwl_powertable_cmd *cmd,
int iwl_power_update_mode(struct iwl_priv *priv, bool force);
void iwl_power_initialize(struct iwl_priv *priv);

extern bool no_sleep_autoadjust;

#endif  /* __iwl_power_setting_h__ */