MIPS: Sibyte: Fix compilation error.

Build error introduced by d4f587c67f.

Signed-off-by: Mark Mason <mmason@upwardaccess.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
tirimbino
Mark Mason 16 years ago committed by Ralf Baechle
parent 0863be2e8e
commit a648e81196
  1. 2
      arch/mips/sibyte/swarm/setup.c

@ -106,7 +106,7 @@ void read_persistent_clock(struct timespec *ts)
break;
}
ts->tv_sec = sec;
tv->tv_nsec = 0;
ts->tv_nsec = 0;
}
int rtc_mips_set_time(unsigned long sec)

Loading…
Cancel
Save