PM / Runtime: Rework the "runtime idle" helper routine
[linux-2.6-block.git] / drivers / usb / core / port.c
index b8bad294eeb8d168d58a30e92875cb55c1dbbe81..8c1b2c509467bf1dae5ef83a8a4dd9064ab93a4d 100644 (file)
@@ -141,7 +141,6 @@ static const struct dev_pm_ops usb_port_pm_ops = {
 #ifdef CONFIG_PM_RUNTIME
        .runtime_suspend =      usb_port_runtime_suspend,
        .runtime_resume =       usb_port_runtime_resume,
-       .runtime_idle =         pm_generic_runtime_idle,
 #endif
 };