diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-06-14 20:13:26 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-18 12:24:37 -0400 |
commit | 38d0a99e9b09fd9cd57638a9603a0dd26c8909f4 (patch) | |
tree | 3d11e858e0ba7e07d36d2365ecc32ae28b9fc894 | |
parent | 880cf0717f70678b2ecd6bb762e469c64c3b0d83 (diff) |
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 <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>
-rw-r--r-- | arch/arm/mach-exynos/include/mach/pm-core.h | 4 |
1 files changed, 4 insertions, 0 deletions
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) | |||
69 | /* nothing here yet */ | 69 | /* nothing here yet */ |
70 | } | 70 | } |
71 | 71 | ||
72 | /* Compatibility definitions to make plat-samsung/pm.c compile */ | ||
73 | #define s3c_irqwake_intallow 0 | ||
74 | #define s3c_irqwake_eintallow 0 | ||
75 | |||
72 | #endif /* __ASM_ARCH_PM_CORE_H */ | 76 | #endif /* __ASM_ARCH_PM_CORE_H */ |