Date: Tue, 3 Feb 2009 17:13:38 +0000 (UTC) From: Sean Bruno <sbruno@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188079 - head/sys/dev/firewire Message-ID: <200902031713.n13HDcB9036259@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sbruno Date: Tue Feb 3 17:13:37 2009 New Revision: 188079 URL: http://svn.freebsd.org/changeset/base/188079 Log: Delete fwohci_filt() as it is now unused Obtained from: Marius Strobl <marius@alchemy.franken.de> MFC after: 2 weeks Modified: head/sys/dev/firewire/fwohcivar.h Modified: head/sys/dev/firewire/fwohcivar.h ============================================================================== --- head/sys/dev/firewire/fwohcivar.h Tue Feb 3 16:39:51 2009 (r188078) +++ head/sys/dev/firewire/fwohcivar.h Tue Feb 3 17:13:37 2009 (r188079) @@ -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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902031713.n13HDcB9036259>