|
@@ -193,14 +193,7 @@ static int sdio_bus_remove(struct device *dev)
|
|
}
|
|
}
|
|
|
|
|
|
#ifdef CONFIG_PM
|
|
#ifdef CONFIG_PM
|
|
-
|
|
|
|
-static int pm_no_operation(struct device *dev)
|
|
|
|
-{
|
|
|
|
- return 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
static const struct dev_pm_ops sdio_bus_pm_ops = {
|
|
static const struct dev_pm_ops sdio_bus_pm_ops = {
|
|
- SET_SYSTEM_SLEEP_PM_OPS(pm_no_operation, pm_no_operation)
|
|
|
|
SET_RUNTIME_PM_OPS(
|
|
SET_RUNTIME_PM_OPS(
|
|
pm_generic_runtime_suspend,
|
|
pm_generic_runtime_suspend,
|
|
pm_generic_runtime_resume,
|
|
pm_generic_runtime_resume,
|