ARM: EXYNOS: Provide compatibility stubs for PM code in pm-core.h header
authorTomasz Figa <t.figa@samsung.com>
Sat, 15 Jun 2013 00:13:26 +0000 (09:13 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Tue, 18 Jun 2013 16:24:37 +0000 (01:24 +0900)
This patch adds several compatibility definitions that are not relevant
for Exynos, but are required by Samsung PM core.

Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-exynos/include/mach/pm-core.h

index 296090e..dd62559 100644 (file)
@@ -69,4 +69,8 @@ static inline void samsung_pm_saved_gpios(void)
        /* nothing here yet */
 }
 
+/* Compatibility definitions to make plat-samsung/pm.c compile */
+#define s3c_irqwake_intallow   0
+#define s3c_irqwake_eintallow  0
+
 #endif /* __ASM_ARCH_PM_CORE_H */