diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_device.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_device.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_device.c b/arch/arm/mach-omap2/omap_device.c index be9541e18650..166b18f515a2 100644 --- a/arch/arm/mach-omap2/omap_device.c +++ b/arch/arm/mach-omap2/omap_device.c | |||
@@ -690,6 +690,9 @@ struct dev_pm_domain omap_device_pm_domain = { | |||
690 | USE_PLATFORM_PM_SLEEP_OPS | 690 | USE_PLATFORM_PM_SLEEP_OPS |
691 | .suspend_noirq = _od_suspend_noirq, | 691 | .suspend_noirq = _od_suspend_noirq, |
692 | .resume_noirq = _od_resume_noirq, | 692 | .resume_noirq = _od_resume_noirq, |
693 | .freeze_noirq = _od_suspend_noirq, | ||
694 | .thaw_noirq = _od_resume_noirq, | ||
695 | .restore_noirq = _od_resume_noirq, | ||
693 | } | 696 | } |
694 | }; | 697 | }; |
695 | 698 | ||