wsdisplay checks are no longer needed here
authorderaadt <deraadt@openbsd.org>
Sat, 12 Feb 2022 16:26:57 +0000 (16:26 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 12 Feb 2022 16:26:57 +0000 (16:26 +0000)
sys/arch/i386/i386/acpi_machdep.c

index 331a94d..36aa541 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: acpi_machdep.c,v 1.80 2022/02/11 01:55:12 deraadt Exp $       */
+/*     $OpenBSD: acpi_machdep.c,v 1.81 2022/02/12 16:26:57 deraadt Exp $       */
 /*
  * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
  *
@@ -49,7 +49,6 @@
 #include <machine/apmvar.h>
 
 #include "apm.h"
-#include "wsdisplay.h"
 #include "isa.h"
 #include "ioapic.h"
 #include "lapic.h"
@@ -64,8 +63,6 @@
 #include <machine/i82489var.h>
 #endif
 
-#include <dev/wscons/wsdisplayvar.h>
-
 #if NAPM > 0
 int haveacpibutusingapm;
 #endif