1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=188079

View File

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