Delete fwohci_filt() as it is now unused

Obtained from:	Marius Strobl <marius@alchemy.franken.de>
MFC after:	2 weeks
This commit is contained in:
Sean Bruno 2009-02-03 17:13:37 +00:00
parent 3619ea6a08
commit 23ee18767e

View File

@ -78,7 +78,6 @@ typedef struct fwohci_softc {
} fwohci_softc_t; } fwohci_softc_t;
void fwohci_intr (void *arg); void fwohci_intr (void *arg);
void fwohci_filt (void *arg);
int fwohci_init (struct fwohci_softc *, device_t); int fwohci_init (struct fwohci_softc *, device_t);
void fwohci_poll (struct firewire_comm *, int, int); void fwohci_poll (struct firewire_comm *, int, int);
void fwohci_reset (struct fwohci_softc *, device_t); void fwohci_reset (struct fwohci_softc *, device_t);