Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a648e811 authored by Mark Mason's avatar Mark Mason Committed by Ralf Baechle
Browse files

MIPS: Sibyte: Fix compilation error.



Build error introduced by d4f587c6.

Signed-off-by: default avatarMark Mason <mmason@upwardaccess.com>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 0863be2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)