Skip to content

Commit

Permalink
ARM: EXYNOS4: Fix compilation break
Browse files Browse the repository at this point in the history
The patch "ARM: SAMSUNG: Add support for pre-sleep/post-restore gpio
control" broke compilation on Exynos4 platform with power management
enabled. This patch adds missing stubs that fixes this issue.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Marek Szyprowski authored and Kukjin Kim committed Jul 20, 2011
1 parent 1bac282 commit b5a4f52
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arch/arm/mach-exynos4/include/mach/pm-core.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}

0 comments on commit b5a4f52

Please sign in to comment.