diff options
Diffstat (limited to 'arch/mips/jazz/setup.c')
-rw-r--r-- | arch/mips/jazz/setup.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/mips/jazz/setup.c b/arch/mips/jazz/setup.c index 5c6271ab927f..fa890df36589 100644 --- a/arch/mips/jazz/setup.c +++ b/arch/mips/jazz/setup.c | |||
@@ -39,13 +39,6 @@ extern asmlinkage void jazz_handle_int(void); | |||
39 | 39 | ||
40 | extern void jazz_machine_restart(char *command); | 40 | extern void jazz_machine_restart(char *command); |
41 | 41 | ||
42 | void __init plat_timer_setup(struct irqaction *irq) | ||
43 | { | ||
44 | /* set the clock to 100 Hz */ | ||
45 | r4030_write_reg32(JAZZ_TIMER_INTERVAL, 9); | ||
46 | setup_irq(JAZZ_TIMER_IRQ, irq); | ||
47 | } | ||
48 | |||
49 | static struct resource jazz_io_resources[] = { | 42 | static struct resource jazz_io_resources[] = { |
50 | { | 43 | { |
51 | .start = 0x00, | 44 | .start = 0x00, |