summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uhci_pci.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-12-13 01:06:54 +0000
committerMike Smith <msmith@FreeBSD.org>2000-12-13 01:06:54 +0000
commit01282c87e305ceff98eb812550b644fd9c445a40 (patch)
tree5be066dc674151255488a6c2037c913c86452e99 /sys/dev/usb/uhci_pci.c
parent0bf3b91d8accdf330ac840c013816b9f30fbc2ed (diff)
Notes
Diffstat (limited to 'sys/dev/usb/uhci_pci.c')
-rw-r--r--sys/dev/usb/uhci_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/uhci_pci.c b/sys/dev/usb/uhci_pci.c
index d3dfa09a371d..3aaf3f3c6b44 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;