[PATCH] libertas: remove deprecated pm_register and associated code
authorMarcelo Tosatti <mtosatti@redhat.com>
Fri, 25 May 2007 04:04:11 +0000 (00:04 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 11 Jun 2007 18:28:36 +0000 (14:28 -0400)
Subject says it all.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/libertas/if_usb.c
drivers/net/wireless/libertas/main.c
drivers/net/wireless/libertas/sbi.h

index ae6f72a..6bc78bb 100644 (file)
@@ -852,18 +852,6 @@ wlan_private *libertas_sbi_get_priv(void *card)
        return cardp->priv;
 }
 
-#ifdef ENABLE_PM
-int libertas_sbi_suspend(wlan_private * priv)
-{
-       return 0;
-}
-
-int libertas_sbi_resume(wlan_private * priv)
-{
-       return 0;
-}
-#endif
-
 #ifdef CONFIG_PM
 static int if_usb_suspend(struct usb_interface *intf, pm_message_t message)
 {
Simple merge
Simple merge