diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-13 09:59:32 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-10-13 09:59:32 -0700 |
commit | c931488cc4619eecfe68a2f046b5898fddc2f904 (patch) | |
tree | b92e43b7cbae6e7128ca6d7831d06e63989f2a31 /arch/arm/mach-s3c2410/time.c | |
parent | aac372de6bde03168b833b4db1346a2c34a016c6 (diff) | |
parent | 3a8f675c40ba2d04e4fff6710db3da763436269f (diff) | |
download | linux-rt-c931488cc4619eecfe68a2f046b5898fddc2f904.tar.gz |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/mach-s3c2410/time.c')
-rw-r--r-- | arch/arm/mach-s3c2410/time.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <asm/hardware/clock.h> #include "clock.h" +#include "cpu.h" static unsigned long timer_startval; static unsigned long timer_usec_ticks; |