Skip to content

Commit

Permalink
Merge branch 'for_3.1/pm-fixes-2' of git://gitorious.org/khilman/linu…
Browse files Browse the repository at this point in the history
…x-omap-pm into fixes
  • Loading branch information
Arnd Bergmann committed Sep 12, 2011
2 parents d035953 + 126caf1 commit 15ce928
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/plat-omap/omap_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ static int _od_resume_noirq(struct device *dev)

return pm_generic_resume_noirq(dev);
}
#else
#define _od_suspend_noirq NULL
#define _od_resume_noirq NULL
#endif

static struct dev_pm_domain omap_device_pm_domain = {
Expand Down

0 comments on commit 15ce928

Please sign in to comment.