From 28f9a9294a37ddbc1d821782afc8754eed4bce4e Mon Sep 17 00:00:00 2001 From: Kukjin Kim Date: Sat, 7 Jan 2012 13:22:53 +0100 Subject: [PATCH] ARM: 7272/1: S3C24XX: Fix build error for missing Since the arch/arm/mach-s3c2410/include/mach/system-reset.h has been removed by commit f88b8979 ("ARM: restart: remove the now empty arch_reset()"), so the inclusion of 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 Signed-off-by: Russell King --- arch/arm/plat-s3c24xx/cpu.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/plat-s3c24xx/cpu.c b/arch/arm/plat-s3c24xx/cpu.c index 1121df1..21f1fda 100644 --- a/arch/arm/plat-s3c24xx/cpu.c +++ b/arch/arm/plat-s3c24xx/cpu.c @@ -38,8 +38,6 @@ #include #include -#include - #include #include -- 2.7.4