Mark the unused period argument __unused.
Reviewed by: andrew MFC after: 2 weeks Sponsored by: DARPA/AFRL
This commit is contained in:
parent
6a5b404fdc
commit
3a3f015eb3
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user