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..
This commit is contained in:
adrian 2015-12-27 07:39:44 +00:00
parent d428361db1
commit 839ab24e1e

View File

@ -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