From 40a15ca539efbe34b1028647e53c7be319ab6d57 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 8 Oct 2005 06:58:51 +0000 Subject: MFP4: More removal of unused stuff. --- sys/dev/pccbb/pccbb_pci.c | 1 - sys/dev/pccbb/pccbbvar.h | 1 - 2 files changed, 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index dbc253a..0ebf7c8 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -316,7 +316,6 @@ cbb_pci_attach(device_t brdev) sc->secbus = pci_read_config(brdev, PCIR_SECBUS_2, 1); sc->subbus = pci_read_config(brdev, PCIR_SUBBUS_2, 1); SLIST_INIT(&sc->rl); - STAILQ_INIT(&sc->intr_handlers); cbb_powerstate_d0(brdev); rid = CBBR_SOCKBASE; diff --git a/sys/dev/pccbb/pccbbvar.h b/sys/dev/pccbb/pccbbvar.h index 6141cac..c87de9a 100644 --- a/sys/dev/pccbb/pccbbvar.h +++ b/sys/dev/pccbb/pccbbvar.h @@ -36,7 +36,6 @@ struct cbb_intrhand { void *arg; struct cbb_softc *sc; void *cookie; - STAILQ_ENTRY(cbb_intrhand) entries; }; struct cbb_reslist { -- cgit v1.1