net: netcp: add support for phy with rgmii ids
[oweals/u-boot.git] / drivers / net / mpc8xx_fec.c
index 71fe984a5dd64f849e2b07438aaa68465863dce7..f45f1e4677388d3ffb0b6972d22cd6212149eda6 100644 (file)
@@ -1,16 +1,15 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * (C) Copyright 2000
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
-#include <commproc.h>
 #include <malloc.h>
 #include <net.h>
 #include <netdev.h>
+#include <asm/cpm_8xx.h>
 #include <asm/io.h>
 
 #include <phy.h>