summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pccbb/pccbb_pci.c1
-rw-r--r--sys/dev/pccbb/pccbbvar.h1
2 files changed, 0 insertions, 2 deletions
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 {
OpenPOWER on IntegriCloud