Date: Sun, 27 Dec 2015 07:39:44 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r292766 - head/sys/mips/atheros Message-ID: <201512270739.tBR7diMm052342@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512270739.tBR7diMm052342>