Skip to content

Commit

Permalink
ARM: S3C2440: Fixed build error for s3c244x
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kukjin Kim authored and Olof Johansson committed Mar 8, 2012
1 parent 4f262ac commit 48546cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-s3c2440/s3c244x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

0 comments on commit 48546cc

Please sign in to comment.