svn commit: r213385 - head/sys/dev/mii

Marius Strobl marius at FreeBSD.org
Sun Oct 3 17:05:25 UTC 2010


Author: marius
Date: Sun Oct  3 17:05:25 2010
New Revision: 213385
URL: http://svn.freebsd.org/changeset/base/213385

Log:
  Remove an header that apart from the license is empty.

Deleted:
  head/sys/dev/mii/axphyreg.h
Modified:
  head/sys/dev/mii/axphy.c

Modified: head/sys/dev/mii/axphy.c
==============================================================================
--- head/sys/dev/mii/axphy.c	Sun Oct  3 17:00:57 2010	(r213384)
+++ head/sys/dev/mii/axphy.c	Sun Oct  3 17:05:25 2010	(r213385)
@@ -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-head mailing list