diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-09-06 00:03:20 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-09-06 00:03:20 +0000 |
commit | 9781bc8304de086b933804348a40995d60b66007 (patch) | |
tree | a598b003c8d526d11718f75454aa436f84d3a300 /arch/mips | |
parent | 73c5c49c4d59b104dd3fc00a3e23ec73fc1a9e9c (diff) |
DECstation RTC fix omissions. Fix from Maciej.
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/dec/time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/dec/time.c b/arch/mips/dec/time.c index 0ec07b2fd..2daa8746b 100644 --- a/arch/mips/dec/time.c +++ b/arch/mips/dec/time.c @@ -495,7 +495,7 @@ void (*board_time_init) (struct irqaction * irq); void __init time_init(void) { - unsigned int year, mon, day, hour, min, sec; + unsigned int year, mon, day, hour, min, sec, real_year; int i; /* The Linux interpretation of the CMOS clock register contents: |