From df160ad74442a5cb6da5f9dba324b87af90e414d Mon Sep 17 00:00:00 2001 From: Marek Szyprowski Date: Mon, 13 Jun 2011 15:47:17 +0900 Subject: [PATCH] --- yaml --- r: 260609 b: refs/heads/master c: b5a4f52421d4e546c0f21d469a509388aa6670de h: refs/heads/master i: 260607: aabc8f920cf0180c913170c512287f6e1f6725bd v: v3 --- [refs] | 2 +- trunk/arch/arm/mach-exynos4/include/mach/pm-core.h | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9a8a4cbcc8e3..048a4b978e6d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1bac282af43d81d826ef25945a35536fa9bd041d +refs/heads/master: b5a4f52421d4e546c0f21d469a509388aa6670de diff --git a/trunk/arch/arm/mach-exynos4/include/mach/pm-core.h b/trunk/arch/arm/mach-exynos4/include/mach/pm-core.h index f26e46bc06ca..1df3b81f96e8 100644 --- a/trunk/arch/arm/mach-exynos4/include/mach/pm-core.h +++ b/trunk/arch/arm/mach-exynos4/include/mach/pm-core.h @@ -47,3 +47,13 @@ static inline void s3c_pm_arch_update_uart(void __iomem *regs, { /* nothing here yet */ } + +static inline void s3c_pm_restored_gpios(void) +{ + /* nothing here yet */ +} + +static inline void s3c_pm_saved_gpios(void) +{ + /* nothing here yet */ +}