From 63bb0d7cd31dffcca6114624b922011c92a65197 Mon Sep 17 00:00:00 2001 From: jsg Date: Sun, 30 Jun 2024 00:29:36 +0000 Subject: [PATCH] remove struct acpi_parsestate, unused since dsdt.c rev 1.16 --- sys/dev/acpi/acpivar.h | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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; -- 2.20.1