summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/usb/ohci_pci.c1
-rw-r--r--sys/dev/usb/uhci_pci.c1
-rw-r--r--sys/pci/ohci_pci.c1
-rw-r--r--sys/pci/uhci_pci.c1
4 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/usb/ohci_pci.c b/sys/dev/usb/ohci_pci.c
index 68a186b..e86c8f2 100644
--- a/sys/dev/usb/ohci_pci.c
+++ b/sys/dev/usb/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;
diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c
index d3dfa09..3aaf3f3 100644
--- a/sys/dev/usb/uhci_pci.c
+++ b/sys/dev/usb/uhci_pci.c
@@ -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;
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;
diff --git a/sys/pci/uhci_pci.c b/sys/pci/uhci_pci.c
index d3dfa09..3aaf3f3 100644
--- a/sys/pci/uhci_pci.c
+++ b/sys/pci/uhci_pci.c
@@ -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;
OpenPOWER on IntegriCloud