Remove a couple of leftover unused variables.

This commit is contained in:
Mike Smith 2000-12-13 01:06:54 +00:00
parent 0bf3b91d8a
commit 01282c87e3
4 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -172,7 +172,6 @@ uhci_pci_attach(device_t self)
{
uhci_softc_t *sc = device_get_softc(self);
int rid;
int intr;
int err;
rid = PCI_UHCI_BASE_REG;

View File

@ -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;

View File

@ -172,7 +172,6 @@ uhci_pci_attach(device_t self)
{
uhci_softc_t *sc = device_get_softc(self);
int rid;
int intr;
int err;
rid = PCI_UHCI_BASE_REG;