]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
iwlagn: remove unused function declarations
authorJohannes Berg <johannes.berg@intel.com>
Thu, 15 Sep 2011 18:46:47 +0000 (11:46 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 19 Sep 2011 20:10:09 +0000 (16:10 -0400)
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>
drivers/net/wireless/iwlwifi/iwl-shared.h

index 8272a9489ab10b866780d3f311af61a70d97dc8f..40186a61f20a37ec72186b19ac59ae758605e83b 100644 (file)
@@ -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);