From: deraadt Date: Sat, 12 Feb 2022 16:26:57 +0000 (+0000) Subject: wsdisplay checks are no longer needed here X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=d41f1964b6873bb0bf247c14d872bec61cc5a2f3;p=openbsd wsdisplay checks are no longer needed here --- diff --git a/sys/arch/i386/i386/acpi_machdep.c b/sys/arch/i386/i386/acpi_machdep.c index 331a94d1ab1..36aa5412a90 100644 --- a/sys/arch/i386/i386/acpi_machdep.c +++ b/sys/arch/i386/i386/acpi_machdep.c @@ -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 * @@ -49,7 +49,6 @@ #include #include "apm.h" -#include "wsdisplay.h" #include "isa.h" #include "ioapic.h" #include "lapic.h" @@ -64,8 +63,6 @@ #include #endif -#include - #if NAPM > 0 int haveacpibutusingapm; #endif