mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 21:21:47 +00:00
iwlagn: remove unused function declarations
iwl_suspend and iwl_resume don't exist. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
cebcbd752a
commit
fd90b3c1ba
@ -420,11 +420,6 @@ enum iwl_rxon_context_id {
|
||||
NUM_IWL_RXON_CTX
|
||||
};
|
||||
|
||||
#ifdef CONFIG_PM
|
||||
int iwl_suspend(struct iwl_priv *priv);
|
||||
int iwl_resume(struct iwl_priv *priv);
|
||||
#endif /* !CONFIG_PM */
|
||||
|
||||
int iwl_probe(struct iwl_bus *bus, const struct iwl_trans_ops *trans_ops,
|
||||
struct iwl_cfg *cfg);
|
||||
void __devexit iwl_remove(struct iwl_priv * priv);
|
||||
|
Loading…
Reference in New Issue
Block a user