diff options
Diffstat (limited to 'sys/pci/uhci_pci.c')
-rw-r--r-- | sys/pci/uhci_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |