Mark the unused period argument __unused.

Reviewed by:	andrew
MFC after:	2 weeks
Sponsored by:	DARPA/AFRL
This commit is contained in:
bz 2016-04-26 15:34:00 +00:00
parent 6a5b404fdc
commit 3a3f015eb3

View File

@ -221,7 +221,8 @@ arm_tmr_get_timecount(struct timecounter *tc)
}
static int
arm_tmr_start(struct eventtimer *et, sbintime_t first, sbintime_t period)
arm_tmr_start(struct eventtimer *et, sbintime_t first,
sbintime_t period __unused)
{
struct arm_tmr_softc *sc;
int counts, ctrl;