Author: wulf
Date: Mon Mar 11 19:46:15 2019
New Revision: 345022
URL: https://svnweb.freebsd.org/changeset/base/345022

Log:
  Fix amd64/i386 LINT build after r344982
  
  Submitted by: jkim
  Reported by:  rpokala
  MFC with:     r344982

Modified:
  head/sys/x86/isa/atrtc.c

Modified: head/sys/x86/isa/atrtc.c
==============================================================================
--- head/sys/x86/isa/atrtc.c    Mon Mar 11 19:15:57 2019        (r345021)
+++ head/sys/x86/isa/atrtc.c    Mon Mar 11 19:46:15 2019        (r345022)
@@ -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
  */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to