mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48:48 -04:00
Remove a couple of leftover unused variables.
This commit is contained in:
parent
0bf3b91d8a
commit
01282c87e3
4 changed files with 0 additions and 4 deletions
|
|
@ -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 a new issue