Fix amd64/i386 LINT build after r344982

Submitted by:	jkim
Reported by:	rpokala
MFC with:	r344982
This commit is contained in:
Vladimir Kondratyev 2019-03-11 19:46:15 +00:00
parent e6ec44cf36
commit 76cefcd810

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
*/