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 <mar...@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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to