summaryrefslogtreecommitdiffstats
path: root/sys/pci/ohci_pci.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-12-13 01:06:54 +0000
committermsmith <msmith@FreeBSD.org>2000-12-13 01:06:54 +0000
commitd735b2ca4e96a62e4c27c17b371d4427cb56a951 (patch)
tree530d3ee0dc83d0f3c39bdfb4aeaf947dfe67ed45 /sys/pci/ohci_pci.c
parent8fb19aa301bf05a6d0e411ceb787bf9d53acf8a7 (diff)
downloadFreeBSD-src-d735b2ca4e96a62e4c27c17b371d4427cb56a951.zip
FreeBSD-src-d735b2ca4e96a62e4c27c17b371d4427cb56a951.tar.gz
Remove a couple of leftover unused variables.
Diffstat (limited to 'sys/pci/ohci_pci.c')
-rw-r--r--sys/pci/ohci_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pci/ohci_pci.c b/sys/pci/ohci_pci.c
index 68a186b..e86c8f2 100644
--- a/sys/pci/ohci_pci.c
+++ b/sys/pci/ohci_pci.c
@@ -152,7 +152,6 @@ ohci_pci_attach(device_t self)
ohci_softc_t *sc = device_get_softc(self);
int err;
int rid;
- int intr;
/* XXX where does it say so in the spec? */
sc->sc_bus.usbrev = USBREV_1_0;
OpenPOWER on IntegriCloud