Kill unused `aac_select'. Build test performed with uncommented aac(4)
authormvs <mvs@openbsd.org>
Mon, 11 Sep 2023 08:40:25 +0000 (08:40 +0000)
committermvs <mvs@openbsd.org>
Mon, 11 Sep 2023 08:40:25 +0000 (08:40 +0000)
in GENERIC.

ok jsg

sys/dev/ic/aacvar.h
sys/dev/pci/aac_pci.c

index f87965e..2044e45 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: aacvar.h,v 1.17 2023/07/13 07:31:12 jsg Exp $ */
+/*     $OpenBSD: aacvar.h,v 1.18 2023/09/11 08:40:25 mvs Exp $ */
 
 /*-
  * Copyright (c) 2000 Michael Smith
@@ -395,7 +395,6 @@ struct aac_softc
        struct aac_aif_command  aac_aifq[AAC_AIFQ_LENGTH];
        int                     aac_aifq_head;
        int                     aac_aifq_tail;
-       struct selinfo          aac_select;
        struct proc             *aifthread;
        int                     aifflags;
 #define AAC_AIFFLAGS_RUNNING   (1 << 0)
index df15033..fe2a6df 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: aac_pci.c,v 1.27 2023/07/13 07:31:12 jsg Exp $        */
+/*     $OpenBSD: aac_pci.c,v 1.28 2023/09/11 08:40:25 mvs Exp $        */
 
 /*-
  * Copyright (c) 2000 Michael Smith
@@ -44,7 +44,6 @@
 #include <sys/kernel.h>
 #include <sys/malloc.h>
 #include <sys/queue.h>
-#include <sys/selinfo.h>
 #include <sys/rwlock.h>
 #include <sys/endian.h>