From d38ff30d88adbe51d50e0f4e66a819b31bd3b234 Mon Sep 17 00:00:00 2001 From: Werner Almesberger Date: Thu, 29 Jan 2009 14:27:33 +0000 Subject: Quick and dirty interrupt blocking time detector. --- arch/arm/plat-s3c24xx/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/plat-s3c24xx/time.c') diff --git a/arch/arm/plat-s3c24xx/time.c b/arch/arm/plat-s3c24xx/time.c index a8e05a83095..713a6bc040f 100644 --- a/arch/arm/plat-s3c24xx/time.c +++ b/arch/arm/plat-s3c24xx/time.c @@ -99,7 +99,7 @@ static inline unsigned long timer_ticks_to_usec(unsigned long ticks) #define SRCPND_TIMER4 (1<<(IRQ_TIMER4 - IRQ_EINT0)) -static unsigned long s3c2410_gettimeoffset (void) +unsigned long s3c2410_gettimeoffset (void) { unsigned long tdone; unsigned long irqpend; -- cgit v1.2.3