From 672165f2588e9566782403df1271e1f0100ba71a Mon Sep 17 00:00:00 2001 From: deraadt Date: Sat, 12 Feb 2022 16:25:42 +0000 Subject: [PATCH] wsdisplay checks are no longer needed here --- sys/arch/amd64/amd64/acpi_machdep.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/amd64/amd64/acpi_machdep.c b/sys/arch/amd64/amd64/acpi_machdep.c index 26f9991f091..e1c02476114 100644 --- a/sys/arch/amd64/amd64/acpi_machdep.c +++ b/sys/arch/amd64/amd64/acpi_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: acpi_machdep.c,v 1.98 2022/02/11 01:55:12 deraadt Exp $ */ +/* $OpenBSD: acpi_machdep.c,v 1.99 2022/02/12 16:25:42 deraadt Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * @@ -42,7 +42,6 @@ #include #include "isa.h" -#include "wsdisplay.h" #include "ioapic.h" #include "lapic.h" @@ -56,8 +55,6 @@ #include #endif -#include - extern u_char acpi_real_mode_resume[], acpi_resume_end[]; extern u_char acpi_tramp_data_start[], acpi_tramp_data_end[]; extern u_int32_t acpi_pdirpa; -- 2.20.1