Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH] Cleanups for au1000/common/time.c
@ 2006-01-09 18:56 Jordan Crouse
  0 siblings, 0 replies; only message in thread
From: Jordan Crouse @ 2006-01-09 18:56 UTC (permalink / raw)
  To: linux-mips; +Cc: ralf

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

Cleaning out my pending queue, this is a patch from Sergei Shtylyov
that just does some minor cleanups in au1000/common/time.c - fairly
trivial stuff.

Jordan

[-- Attachment #2: Au1xx0-time-cleanup.patch --]
[-- Type: text/plain, Size: 1123 bytes --]

Cleanups in arch/mips/au1000/common/time.c

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
---

 arch/mips/au1000/common/time.c |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/arch/mips/au1000/common/time.c b/arch/mips/au1000/common/time.c
index 883d3f3..fe883d4 100644
--- a/arch/mips/au1000/common/time.c
+++ b/arch/mips/au1000/common/time.c
@@ -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;
@@ -387,10 +383,9 @@ static unsigned long do_fast_pm_gettimeo
 }
 #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();

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-01-09 18:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-09 18:56 [PATCH] Cleanups for au1000/common/time.c Jordan Crouse

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox