svn commit: r292766 - head/sys/mips/atheros

Adrian Chadd adrian at FreeBSD.org
Sun Dec 27 07:39:45 UTC 2015


Author: adrian
Date: Sun Dec 27 07:39:44 2015
New Revision: 292766
URL: https://svnweb.freebsd.org/changeset/base/292766

Log:
  Fix missing path conversion from the previous commit to shuffle mdio around.
  
  It turns out the recent work to cut down the number of atheros kernels built
  didnt include one with ARGE_MDIO defined..

Modified:
  head/sys/mips/atheros/if_arge.c

Modified: head/sys/mips/atheros/if_arge.c
==============================================================================
--- head/sys/mips/atheros/if_arge.c	Sun Dec 27 06:28:31 2015	(r292765)
+++ head/sys/mips/atheros/if_arge.c	Sun Dec 27 07:39:44 2015	(r292766)
@@ -78,7 +78,7 @@ __FBSDID("$FreeBSD$");
 #include "opt_arge.h"
 
 #if defined(ARGE_MDIO)
-#include <dev/etherswitch/mdio.h>
+#include <dev/mdio/mdio.h>
 #include <dev/etherswitch/miiproxy.h>
 #include "mdio_if.h"
 #endif


More information about the svn-src-head mailing list