]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/net/mpc5xxx_fec.c
Move MPC5xxx_FEC driver to drivers/net
[karo-tx-uboot.git] / drivers / net / mpc5xxx_fec.c
similarity index 99%
rename from cpu/mpc5xxx/fec.c
rename to drivers/net/mpc5xxx_fec.c
index bf804ee595e53e5829fb979aeeedc9aae9bb23a8..3d3eb8bae83dc22deb1f41257e98cb314ff3c214 100644 (file)
@@ -8,11 +8,11 @@
 
 #include <common.h>
 #include <mpc5xxx.h>
+#include <mpc5xxx_sdma.h>
 #include <malloc.h>
 #include <net.h>
 #include <miiphy.h>
-#include "sdma.h"
-#include "fec.h"
+#include "mpc5xxx_fec.h"
 
 DECLARE_GLOBAL_DATA_PTR;