From 3bc1fc082161fdbac3b03a0fd41cd3649cac115e Mon Sep 17 00:00:00 2001 From: wulf Date: Mon, 11 Mar 2019 19:46:15 +0000 Subject: [PATCH] Fix amd64/i386 LINT build after r344982 Submitted by: jkim Reported by: rpokala MFC with: r344982 --- sys/x86/isa/atrtc.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/x86/isa/atrtc.c b/sys/x86/isa/atrtc.c index a1d02e8c62ab..524d958329c7 100644 --- a/sys/x86/isa/atrtc.c +++ b/sys/x86/isa/atrtc.c @@ -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 */