summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/pm.c
diff options
context:
space:
mode:
authorAbhilash Kesavan2011-08-13 03:34:56 +0200
committerKukjin Kim2011-08-19 13:57:35 +0200
commit7e1291dea213c46b6649a9f6ec94b16f0d88f97c (patch)
tree3fcadb61416ba0deda34cb446e9bcff3027ae82e /arch/arm/mach-s5pv210/pm.c
parentARM: EXYNOS4: Fix the IRQ definitions for MIPI CSIS device (diff)
downloadkernel-qcow2-linux-7e1291dea213c46b6649a9f6ec94b16f0d88f97c.tar.gz
kernel-qcow2-linux-7e1291dea213c46b6649a9f6ec94b16f0d88f97c.tar.xz
kernel-qcow2-linux-7e1291dea213c46b6649a9f6ec94b16f0d88f97c.zip
ARM: S5PV210: Fix build warning
Fixed the following warning for S5PV210. arch/arm/mach-s5pv210/pm.c: In function 's5pv210_pm_add': arch/arm/mach-s5pv210/pm.c:139: warning: assignment from incompatible pointer type Also, staticized the function. Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv210/pm.c')
-rw-r--r--arch/arm/mach-s5pv210/pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/pm.c b/arch/arm/mach-s5pv210/pm.c
index 309e388a8a83..f149d278377b 100644
--- a/arch/arm/mach-s5pv210/pm.c
+++ b/arch/arm/mach-s5pv210/pm.c
@@ -88,7 +88,7 @@ static struct sleep_save s5pv210_core_save[] = {
SAVE_ITEM(S3C2410_TCNTO(0)),
};
-void s5pv210_cpu_suspend(unsigned long arg)
+static int s5pv210_cpu_suspend(unsigned long arg)
{
unsigned long tmp;