summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/cpu/ppc4xx/miiphy.c
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2010-09-09 19:18:00 +0200
committerStefan Roese <sr@denx.de>2010-09-23 09:02:05 +0200
commitb36df561154bdd0a41bb77e09c5575ca2cf48013 (patch)
tree732ac4bb522eb29540d53ac3fe8bfb571ee7fac6 /arch/powerpc/cpu/ppc4xx/miiphy.c
parent4ad0df2b7c79b5514795202d59a4287bc73cb41f (diff)
downloadtalos-obmc-uboot-b36df561154bdd0a41bb77e09c5575ca2cf48013.tar.gz
talos-obmc-uboot-b36df561154bdd0a41bb77e09c5575ca2cf48013.zip
ppc4xx: Move ppc4xx headers to powerpc include directory
This patch moves some ppc4xx related headers from the common include directory (include/) to the powerpc specific one (arch/powerpc/include/asm/). This way to common include directory is not so cluttered with files. Signed-off-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/powerpc/cpu/ppc4xx/miiphy.c')
-rw-r--r--arch/powerpc/cpu/ppc4xx/miiphy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/cpu/ppc4xx/miiphy.c b/arch/powerpc/cpu/ppc4xx/miiphy.c
index 4fec126f40..3b28122014 100644
--- a/arch/powerpc/cpu/ppc4xx/miiphy.c
+++ b/arch/powerpc/cpu/ppc4xx/miiphy.c
@@ -41,8 +41,8 @@
#include <asm/io.h>
#include <ppc_asm.tmpl>
#include <commproc.h>
-#include <ppc4xx_enet.h>
-#include <405_mal.h>
+#include <asm/ppc4xx-emac.h>
+#include <asm/ppc4xx-mal.h>
#include <miiphy.h>
#if !defined(CONFIG_PHY_CLK_FREQ)
OpenPOWER on IntegriCloud