Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27659
b: refs/heads/master
c: fbd7a38
h: refs/heads/master
i:
  27657: 1b54869
  27655: e89778c
v: v3
  • Loading branch information
Sergei Shtylyov authored and Ralf Baechle committed Jun 19, 2006
1 parent 791f165 commit b9bfd4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b0b0e13e7dd309be13ab9324e67893e62b136e44
refs/heads/master: fbd7a38ffb127da53a4c9fd0ad09e6ed937e8e3f
9 changes: 2 additions & 7 deletions trunk/arch/mips/au1000/common/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@
#include <linux/mc146818rtc.h>
#include <linux/timex.h>

extern void do_softirq(void);
extern volatile unsigned long wall_jiffies;
unsigned long missed_heart_beats = 0;

static unsigned long r4k_offset; /* Amount to increment compare reg each time */
static unsigned long r4k_cur; /* What counter should be at next timer irq */
int no_au1xxx_32khz;
Expand Down Expand Up @@ -388,10 +384,9 @@ static unsigned long do_fast_pm_gettimeoffset(void)
}
#endif

void au1xxx_timer_setup(struct irqaction *irq)
void __init au1xxx_timer_setup(struct irqaction *irq)
{
unsigned int est_freq;
extern unsigned long (*do_gettimeoffset)(void);
unsigned int est_freq;

printk("calculating r4koff... ");
r4k_offset = cal_r4koff();
Expand Down

0 comments on commit b9bfd4f

Please sign in to comment.