ColdFire: Add MCF547x_8x FEC driver
[oweals/u-boot.git] / drivers / net / mcffec.c
index 2e0ddeb7772a71f9688e8b057ac0332f7ea06d6f..3b812585b76f58d83dd640e5493fd21a7dea4f4c 100644 (file)
 #include <common.h>
 #include <malloc.h>
 
+#ifdef CONFIG_MCFFEC
+
 #include <asm/fec.h>
 #include <asm/immap.h>
 
 #include <command.h>
-#include <config.h>
 #include <net.h>
 #include <miiphy.h>
 
-#ifdef CONFIG_MCFFEC
 #undef ET_DEBUG
 #undef MII_DEBUG