summaryrefslogtreecommitdiff
path: root/drivers/net/mpc8xx_fec.c
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2018-03-16 19:20:43 +0300
committerTom Rini <trini@konsulko.com>2018-04-06 23:30:37 +0300
commit18f8d4c60d26e6cd113461c5d716c64897c3f112 (patch)
tree4c740c87c179ab09a8a5cbaefb6786b803d40832 /drivers/net/mpc8xx_fec.c
parentee1e600c13d16febd517ab7d0d2c243db174789b (diff)
downloadu-boot-18f8d4c60d26e6cd113461c5d716c64897c3f112.tar.xz
powercp: mpc8xx: move commproc.h
include/commproc.h is dedicated to the 8xx, rename it cpm_8xx.h and move it into arch/powerpc/include/asm Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'drivers/net/mpc8xx_fec.c')
-rw-r--r--drivers/net/mpc8xx_fec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/mpc8xx_fec.c b/drivers/net/mpc8xx_fec.c
index 71fe984a5d..1dd41df18b 100644
--- a/drivers/net/mpc8xx_fec.c
+++ b/drivers/net/mpc8xx_fec.c
@@ -7,10 +7,10 @@
#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>