remove struct acpi_dev_rank, unused since acpi.c rev 1.144
authorjsg <jsg@openbsd.org>
Sat, 29 Jun 2024 23:37:50 +0000 (23:37 +0000)
committerjsg <jsg@openbsd.org>
Sat, 29 Jun 2024 23:37:50 +0000 (23:37 +0000)
sys/dev/acpi/acpivar.h

index ac89edb..fd61a88 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: acpivar.h,v 1.128 2024/06/25 11:57:10 kettenis Exp $  */
+/*     $OpenBSD: acpivar.h,v 1.129 2024/06/29 23:37:50 jsg Exp $       */
 /*
  * Copyright (c) 2005 Thorsten Lockert <tholo@sigmasoft.com>
  *
@@ -306,12 +306,6 @@ struct acpi_table {
        void    *table;
 };
 
-struct acpi_dev_rank {
-       struct device   *dev;
-       int             rank;
-       TAILQ_ENTRY(acpi_dev_rank) link;
-};
-
 #define        ACPI_IOC_GETFACS        _IOR('A', 0, struct acpi_facs)
 #define        ACPI_IOC_GETTABLE       _IOWR('A', 1, struct acpi_table)
 #define ACPI_IOC_SETSLEEPSTATE _IOW('A', 2, int)