diff options
-rw-r--r-- | sys/dev/firewire/fwohcivar.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 7e24ab0c7435..6f9729096023 100644 --- a/sys/dev/firewire/fwohcivar.h +++ b/sys/dev/firewire/fwohcivar.h @@ -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); |