[rft/rfc/patch-v2.6.29-rc5+ 07/23] usb: host: ehci: get rid of pm functions

2009-02-23 Thread Felipe Balbi
That was just a useless function call, completely
unneeded. Remove it.

Signed-off-by: Felipe Balbi m...@felipebalbi.com
---
 drivers/usb/host/ehci-omap.c |   20 ++--
 1 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index db4576d..1b387cc 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -511,20 +511,6 @@ static int ehci_hcd_omap_drv_remove(struct platform_device 
*pdev)
return 0;
 }
 
-/*-*/
-#ifdef CONFIG_PM
-static int omap_ehci_bus_suspend(struct usb_hcd *hcd)
-{
-   return ehci_bus_suspend(hcd);
-}
-
-static int omap_ehci_bus_resume(struct usb_hcd *hcd)
-{
-   return ehci_bus_resume(hcd);
-}
-#endif
-/*-*/
-
 static const struct hc_driver ehci_omap_hc_driver = {
.description = hcd_name,
.product_desc   = OMAP-EHCI Host Controller,
@@ -562,10 +548,8 @@ static const struct hc_driver ehci_omap_hc_driver = {
 */
.hub_status_data= ehci_hub_status_data,
.hub_control= ehci_hub_control,
-#ifdef CONFIG_PM
-   .bus_suspend= omap_ehci_bus_suspend,
-   .bus_resume = omap_ehci_bus_resume,
-#endif
+   .bus_suspend= ehci_bus_suspend,
+   .bus_resume = ehci_bus_resume,
 };
 
 MODULE_ALIAS(platform:omap-ehci);
-- 
1.6.1.3

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[rft/rfc/patch-v2.6.29-rc5+ 07/23] usb: host: ehci: get rid of pm functions

2009-02-23 Thread Felipe Balbi
That was just a useless function call, completely
unneeded. Remove it.

Signed-off-by: Felipe Balbi m...@felipebalbi.com
---
 drivers/usb/host/ehci-omap.c |   20 ++--
 1 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c
index db4576d..1b387cc 100644
--- a/drivers/usb/host/ehci-omap.c
+++ b/drivers/usb/host/ehci-omap.c
@@ -511,20 +511,6 @@ static int ehci_hcd_omap_drv_remove(struct platform_device 
*pdev)
return 0;
 }
 
-/*-*/
-#ifdef CONFIG_PM
-static int omap_ehci_bus_suspend(struct usb_hcd *hcd)
-{
-   return ehci_bus_suspend(hcd);
-}
-
-static int omap_ehci_bus_resume(struct usb_hcd *hcd)
-{
-   return ehci_bus_resume(hcd);
-}
-#endif
-/*-*/
-
 static const struct hc_driver ehci_omap_hc_driver = {
.description = hcd_name,
.product_desc   = OMAP-EHCI Host Controller,
@@ -562,10 +548,8 @@ static const struct hc_driver ehci_omap_hc_driver = {
 */
.hub_status_data= ehci_hub_status_data,
.hub_control= ehci_hub_control,
-#ifdef CONFIG_PM
-   .bus_suspend= omap_ehci_bus_suspend,
-   .bus_resume = omap_ehci_bus_resume,
-#endif
+   .bus_suspend= ehci_bus_suspend,
+   .bus_resume = ehci_bus_resume,
 };
 
 MODULE_ALIAS(platform:omap-ehci);
-- 
1.6.1.3

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html