summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2009-02-03 17:13:37 +0000
committerSean Bruno <sbruno@FreeBSD.org>2009-02-03 17:13:37 +0000
commit23ee18767ede4614aedbe8645e896f0194f3500c (patch)
tree4fbc27975df2e3b5280ea9bbd5abc893c4d777c6
parent3619ea6a08725babded66fe6a091f3a49cb1dcb3 (diff)
Notes
-rw-r--r--sys/dev/firewire/fwohcivar.h1
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);