svn commit: r214270 - stable/8/sys/dev/mii

Marius Strobl marius at FreeBSD.org
Sun Oct 24 13:43:46 UTC 2010


Author: marius
Date: Sun Oct 24 13:43:45 2010
New Revision: 214270
URL: http://svn.freebsd.org/changeset/base/214270

Log:
  MFC: r213385
  
  Remove a header that apart from the license is empty.

Deleted:
  stable/8/sys/dev/mii/axphyreg.h
Modified:
  stable/8/sys/dev/mii/axphy.c
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)

Modified: stable/8/sys/dev/mii/axphy.c
==============================================================================
--- stable/8/sys/dev/mii/axphy.c	Sun Oct 24 13:42:03 2010	(r214269)
+++ stable/8/sys/dev/mii/axphy.c	Sun Oct 24 13:43:45 2010	(r214270)
@@ -45,8 +45,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/mii/miivar.h>
 #include "miidevs.h"
 
-#include <dev/mii/axphyreg.h>
-
 #include "miibus_if.h"
 
 static int 	axphy_probe(device_t dev);


More information about the svn-src-stable-8 mailing list