From 23ee18767ede4614aedbe8645e896f0194f3500c Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Tue, 3 Feb 2009 17:13:37 +0000 Subject: [PATCH] Delete fwohci_filt() as it is now unused Obtained from: Marius Strobl MFC after: 2 weeks --- sys/dev/firewire/fwohcivar.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/firewire/fwohcivar.h b/sys/dev/firewire/fwohcivar.h index 7e24ab0c743..6f972909602 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);