common: Move mii_init() function out of common.h
[platform/kernel/u-boot.git] / drivers / net / mcffec.c
index a8553cb..9a3a845 100644 (file)
@@ -9,7 +9,6 @@
 
 #include <common.h>
 #include <env.h>
-#include <environment.h>
 #include <malloc.h>
 
 #include <command.h>
@@ -19,6 +18,7 @@
 
 #include <asm/fec.h>
 #include <asm/immap.h>
+#include <linux/mii.h>
 
 #undef ET_DEBUG
 #undef MII_DEBUG