From: Tomasz Figa Date: Sat, 15 Jun 2013 00:13:26 +0000 (+0900) Subject: ARM: EXYNOS: Provide compatibility stubs for PM code in pm-core.h header X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=38d0a99e9b09fd9cd57638a9603a0dd26c8909f4;p=linux-beck.git ARM: EXYNOS: Provide compatibility stubs for PM code in pm-core.h header This patch adds several compatibility definitions that are not relevant for Exynos, but are required by Samsung PM core. Signed-off-by: Tomasz Figa Signed-off-by: Kyungmin Park Acked-by: Arnd Bergmann Signed-off-by: Kukjin Kim --- diff --git a/arch/arm/mach-exynos/include/mach/pm-core.h b/arch/arm/mach-exynos/include/mach/pm-core.h index 296090e7f423..dd62559a2ed4 100644 --- a/arch/arm/mach-exynos/include/mach/pm-core.h +++ b/arch/arm/mach-exynos/include/mach/pm-core.h @@ -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 */