From d41f1964b6873bb0bf247c14d872bec61cc5a2f3 Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 12 Feb 2022 16:26:57 +0000 Subject: [PATCH] wsdisplay checks are no longer needed here --- sys/arch/i386/i386/acpi_machdep.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 -- 2.20.1