svn commit: r207887 - stable/8/sys/dev/quicc

Marius Strobl marius at FreeBSD.org
Mon May 10 20:10:46 UTC 2010


Author: marius
Date: Mon May 10 20:10:45 2010
New Revision: 207887
URL: http://svn.freebsd.org/changeset/base/207887

Log:
  MFC: r207532
  
  Remove a soft member which was never used.

Modified:
  stable/8/sys/dev/quicc/quicc_bfe.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/dev/quicc/quicc_bfe.h
==============================================================================
--- stable/8/sys/dev/quicc/quicc_bfe.h	Mon May 10 20:08:01 2010	(r207886)
+++ stable/8/sys/dev/quicc/quicc_bfe.h	Mon May 10 20:10:45 2010	(r207887)
@@ -50,7 +50,6 @@ struct quicc_softc {
 	u_int		sc_clock;
 
 	int		sc_fastintr:1;
-	int		sc_leaving:1;
 	int		sc_polled:1;
 };
 


More information about the svn-src-all mailing list