diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-10-08 06:58:51 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-10-08 06:58:51 +0000 |
| commit | 7f33c2df93bf65f8fc226a07c8b93ae73171632a (patch) | |
| tree | 56d3fe9456947a80dd9d8328f5d428b380c33043 /sys/dev/pccbb | |
| parent | f481fa4d29a82b438c376ec3af7ff4026bbf7447 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccbb')
| -rw-r--r-- | sys/dev/pccbb/pccbb_pci.c | 1 | ||||
| -rw-r--r-- | sys/dev/pccbb/pccbbvar.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index dbc253a837ab..0ebf7c8e1717 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 6141cacd10c4..c87de9ad7ec7 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 { |
