diff options
Diffstat (limited to 'arch/mips/au1000/common/time.c')
-rw-r--r-- | arch/mips/au1000/common/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c index dd9c364b4746..94f09194d63d 100644 --- a/arch/mips/au1000/common/time.c +++ b/arch/mips/au1000/common/time.c | |||
@@ -61,7 +61,7 @@ static unsigned int timerhi = 0, timerlo = 0; | |||
61 | #error "unsupported HZ value! Must be in [100,1000]" | 61 | #error "unsupported HZ value! Must be in [100,1000]" |
62 | #endif | 62 | #endif |
63 | #define MATCH20_INC (328*100/HZ) /* magic number 328 is for HZ=100... */ | 63 | #define MATCH20_INC (328*100/HZ) /* magic number 328 is for HZ=100... */ |
64 | extern void startup_match20_interrupt(irqreturn_t (*handler)(int, void *)); | 64 | extern void startup_match20_interrupt(irq_handler_t handler); |
65 | static unsigned long last_pc0, last_match20; | 65 | static unsigned long last_pc0, last_match20; |
66 | #endif | 66 | #endif |
67 | 67 | ||