svn commit: r188079 - head/sys/dev/firewire

Sean Bruno sbruno at FreeBSD.org
Tue Feb 3 09:13:38 PST 2009


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 at 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);


More information about the svn-src-all mailing list