Merge branch 'for_3.1/pm-fixes-2' of git://gitorious.org/khilman/linux-omap-pm into...
authorArnd Bergmann <arnd@arndb.de>
Mon, 12 Sep 2011 18:30:22 +0000 (20:30 +0200)
committerArnd Bergmann <arnd@arndb.de>
Mon, 12 Sep 2011 18:30:22 +0000 (20:30 +0200)
arch/arm/plat-omap/omap_device.c

index 9a6a538..02609ee 100644 (file)
@@ -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 = {