Fix amd64/i386 LINT build after r344982

Submitted by:	jkim
Reported by:	rpokala
MFC with:	r344982
This commit is contained in:
wulf 2019-03-11 19:46:15 +00:00
parent d64d00cc0c
commit 3bc1fc0821

View File

@ -83,6 +83,11 @@ static int rtc_reg = -1;
static u_char rtc_statusa = RTCSA_DIVIDER | RTCSA_NOPROF;
static u_char rtc_statusb = RTCSB_24HR;
#ifdef DEV_ACPI
#define _COMPONENT ACPI_TIMER
ACPI_MODULE_NAME("ATRTC")
#endif
/*
* RTC support routines
*/