From: jsg Date: Sun, 30 Jun 2024 00:29:36 +0000 (+0000) Subject: remove struct acpi_parsestate, unused since dsdt.c rev 1.16 X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=63bb0d7cd31dffcca6114624b922011c92a65197;p=openbsd remove struct acpi_parsestate, unused since dsdt.c rev 1.16 --- diff --git a/sys/dev/acpi/acpivar.h b/sys/dev/acpi/acpivar.h index ea76bb1c4a1..46c2abf5748 100644 --- a/sys/dev/acpi/acpivar.h +++ b/sys/dev/acpi/acpivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: acpivar.h,v 1.130 2024/06/29 23:56:07 jsg Exp $ */ +/* $OpenBSD: acpivar.h,v 1.131 2024/06/30 00:29:36 jsg Exp $ */ /* * Copyright (c) 2005 Thorsten Lockert * @@ -153,12 +153,6 @@ typedef SIMPLEQ_HEAD(, acpi_wakeq) acpi_wakeqhead_t; #define ACPI_SST_SLEEPING 3 #define ACPI_SST_SLEEP_CONTEXT 4 -struct acpi_parsestate { - uint8_t *start; - uint8_t *end; - uint8_t *pos; -}; - struct acpi_reg_map { bus_space_handle_t ioh; int addr;