From 2115c3404fd4634a0a3b9fd4bfd979b94746a8d4 Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Sun, 11 Apr 1999 16:22:57 +0000 Subject: [PATCH] Remove unit from struct. Not used anymore. --- sys/dev/usb/ohcivar.h | 1 - sys/dev/usb/uhcivar.h | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/dev/usb/ohcivar.h b/sys/dev/usb/ohcivar.h index d79aa23ff582..37abf2f4c55e 100644 --- a/sys/dev/usb/ohcivar.h +++ b/sys/dev/usb/ohcivar.h @@ -73,7 +73,6 @@ typedef struct ohci_softc { #elif defined(__FreeBSD__) int sc_iobase; - int unit; #endif /* __FreeBSD__ */ usb_dma_t sc_hccadma; diff --git a/sys/dev/usb/uhcivar.h b/sys/dev/usb/uhcivar.h index a2f8eaef252a..723b4495f038 100644 --- a/sys/dev/usb/uhcivar.h +++ b/sys/dev/usb/uhcivar.h @@ -126,7 +126,6 @@ typedef struct uhci_softc { /* XXX should keep track of all DMA memory */ #elif defined(__FreeBSD__) int sc_iobase; - int unit; #endif /* defined(__FreeBSD__) */ uhci_physaddr_t *sc_pframes;