From: Ben Dooks Date: Wed, 12 Oct 2005 18:58:05 +0000 (+0100) Subject: [ARM] 2975/1: S3C2410: time.c missing include of cpu.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0eea3c0b6cb356bc8e515084f831cac7e3d5131c;p=deliverable%2Flinux.git [ARM] 2975/1: S3C2410: time.c missing include of cpu.h Patch from Ben Dooks arch/arm/mach-s3c2410/time.c is missing include of cpu.h, causing the declaration of the timer struct (s3c24xx_timer) to be flagged as missing the declaration. Signed-off-by: Ben Dooks Signed-off-by: Russell King --- diff --git a/arch/arm/mach-s3c2410/time.c b/arch/arm/mach-s3c2410/time.c index c0acfb2ad790..8a00e3c3cd08 100644 --- a/arch/arm/mach-s3c2410/time.c +++ b/arch/arm/mach-s3c2410/time.c @@ -38,6 +38,7 @@ #include #include "clock.h" +#include "cpu.h" static unsigned long timer_startval; static unsigned long timer_usec_ticks;