mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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:
parent
3619ea6a08
commit
23ee18767e
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue