Remove a couple of leftover unused variables.
This commit is contained in:
parent
0bf3b91d8a
commit
01282c87e3
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user