13 #include <linux/kernel.h>
25 #ifdef CONFIG_PM_RUNTIME
26 static int omap1_pm_runtime_suspend(
struct device *
dev)
32 ret = pm_generic_runtime_suspend(dev);
38 pm_generic_runtime_resume(dev);
45 static int omap1_pm_runtime_resume(
struct device *dev)
50 return pm_generic_runtime_resume(dev);
55 .runtime_suspend = omap1_pm_runtime_suspend,
56 .runtime_resume = omap1_pm_runtime_resume,
60 #define OMAP1_PM_DOMAIN (&default_pm_domain)
62 #define OMAP1_PM_DOMAIN NULL
67 .con_ids = {
"ick",
"fck",
NULL, },
70 static int __init omap1_pm_runtime_init(
void)