Skip to content

Commit

Permalink
ARM: 7272/1: S3C24XX: Fix build error for missing <mach/system-reset.h>
Browse files Browse the repository at this point in the history
Since the arch/arm/mach-s3c2410/include/mach/system-reset.h has
been removed by commit f88b897 ("ARM: restart: remove the now
empty arch_reset()"), so the inclusion of <mach/system-reset.h>
should be removed at the plat-s3c24xx/cpu.c file.

The build error happens like following:
  arch/arm/plat-s3c24xx/cpu.c:41: fatal error: mach/system-reset.h: No such file or directory

Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Kukjin Kim authored and Russell King committed Jan 8, 2012
1 parent ca95023 commit 28f9a92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/arm/plat-s3c24xx/cpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@
#include <asm/mach/arch.h>
#include <asm/mach/map.h>

#include <mach/system-reset.h>

#include <mach/regs-gpio.h>
#include <plat/regs-serial.h>

Expand Down

0 comments on commit 28f9a92

Please sign in to comment.