From 994adcdeaa1f8d7a50162ba7547ae717b3972ee7 Mon Sep 17 00:00:00 2001 From: mvs Date: Mon, 11 Sep 2023 08:40:25 +0000 Subject: [PATCH] Kill unused `aac_select'. Build test performed with uncommented aac(4) in GENERIC. ok jsg --- sys/dev/ic/aacvar.h | 3 +-- sys/dev/pci/aac_pci.c | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/dev/ic/aacvar.h b/sys/dev/ic/aacvar.h index f87965e85ce..2044e450b9a 100644 --- a/sys/dev/ic/aacvar.h +++ b/sys/dev/ic/aacvar.h @@ -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) diff --git a/sys/dev/pci/aac_pci.c b/sys/dev/pci/aac_pci.c index df15033af7c..fe2a6dfaf1a 100644 --- a/sys/dev/pci/aac_pci.c +++ b/sys/dev/pci/aac_pci.c @@ -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 #include #include -#include #include #include -- 2.20.1