summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c2440/s3c244x.c
diff options
context:
space:
mode:
authorKukjin Kim2012-03-08 10:48:36 +0100
committerOlof Johansson2012-03-08 17:57:29 +0100
commit48546cc0a5c2deac67c9a3cafa3889871b25a4c0 (patch)
tree2c6ff993a0bc4687df9182f1d460e8abc50f01be /arch/arm/mach-s3c2440/s3c244x.c
parentMerge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm (diff)
downloadkernel-qcow2-linux-48546cc0a5c2deac67c9a3cafa3889871b25a4c0.tar.gz
kernel-qcow2-linux-48546cc0a5c2deac67c9a3cafa3889871b25a4c0.tar.xz
kernel-qcow2-linux-48546cc0a5c2deac67c9a3cafa3889871b25a4c0.zip
ARM: S3C2440: Fixed build error for s3c244x
Fixed following: arch/arm/mach-s3c2440/s3c244x.c: In function 's3c244x_restart': arch/arm/mach-s3c2440/s3c244x.c:209: error: expected declaration or statement at end of input make[1]: *** [arch/arm/mach-s3c24xx/s3c244x.o] Error 1 make: *** [arch/arm/mach-s3c24xx] Error 2 Signed-off-by: Kukjin Kim <kgene.kim@samsung.com> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-s3c2440/s3c244x.c')
-rw-r--r--arch/arm/mach-s3c2440/s3c244x.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2440/s3c244x.c b/arch/arm/mach-s3c2440/s3c244x.c
index 744930a870eb..d15852f642b7 100644
--- a/arch/arm/mach-s3c2440/s3c244x.c
+++ b/arch/arm/mach-s3c2440/s3c244x.c
@@ -207,3 +207,4 @@ void s3c244x_restart(char mode, const char *cmd)
/* we'll take a jump through zero as a poor second */
soft_restart(0);
+}