summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5p64x0/pm.c
diff options
context:
space:
mode:
authorKevin Hilman <khilman@ti.com>2012-03-06 00:37:04 +0100
committerKevin Hilman <khilman@ti.com>2012-03-06 00:37:04 +0100
commit015f1e4297ad32f83251f3f4cee2389ce5516e9e (patch)
tree1b16e317005dc3d09b0551a4db9182f7f4119f71 /arch/arm/mach-s5p64x0/pm.c
parentARM: OMAP2+: Fix L4_EMU_34XX_BASE error after iomap changes (diff)
parentARM: OMAP: convert omap_device_build() and callers to __init (diff)
downloadlinux-015f1e4297ad32f83251f3f4cee2389ce5516e9e.tar.xz
linux-015f1e4297ad32f83251f3f4cee2389ce5516e9e.zip
Merge remote-tracking branch 'omap/hsmmc' into for_3.4/cleanup/pm-base
Diffstat (limited to 'arch/arm/mach-s5p64x0/pm.c')
-rw-r--r--arch/arm/mach-s5p64x0/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5p64x0/pm.c b/arch/arm/mach-s5p64x0/pm.c
index 23f9b22439c9..9cba18bfe47b 100644
--- a/arch/arm/mach-s5p64x0/pm.c
+++ b/arch/arm/mach-s5p64x0/pm.c
@@ -160,7 +160,7 @@ static void s5p64x0_pm_prepare(void)
}
-static int s5p64x0_pm_add(struct device *dev)
+static int s5p64x0_pm_add(struct device *dev, struct subsys_interface *sif)
{
pm_cpu_prep = s5p64x0_pm_prepare;
pm_cpu_sleep = s5p64x0_cpu_suspend;