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 Chadd 2015-12-27 07:39:44 +00:00
parent 5d084976cb
commit 50bf167022
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292766

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