summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2022-02-12 16:25:43 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2022-02-12 16:25:43 +0000
commit40e448a66bd91023ae6a627eed57057f32287a9a (patch)
tree7fb172c52eb437e2941d2f3fe40523aaaa945618 /sys/arch
parent219946434500c499ad1a0d08dd0a18373bf1f8f3 (diff)
wsdisplay checks are no longer needed here
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/amd64/amd64/acpi_machdep.c5
1 files changed, 1 insertions, 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 <tholo@sigmasoft.com>
*
@@ -42,7 +42,6 @@
#include <machine/apmvar.h>
#include "isa.h"
-#include "wsdisplay.h"
#include "ioapic.h"
#include "lapic.h"
@@ -56,8 +55,6 @@
#include <machine/i82489var.h>
#endif
-#include <dev/wscons/wsdisplayvar.h>
-
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;