summaryrefslogtreecommitdiffstats
path: root/arch/ppc/boards/pcm030
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2012-09-23 20:34:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-09-23 20:35:20 +0200
commit26eab97b41da45353300d447870fe1c7fbfe7542 (patch)
tree56fad31be0c7514e40491526980b2153cbf0548d /arch/ppc/boards/pcm030
parent13e657f712d80d83ade138fc3d6785d378554b12 (diff)
downloadbarebox-26eab97b41da45353300d447870fe1c7fbfe7542.tar.gz
barebox-26eab97b41da45353300d447870fe1c7fbfe7542.tar.xz
net fec_mpc5200: Use same platform_data as i.MX fec driver
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/ppc/boards/pcm030')
-rw-r--r--arch/ppc/boards/pcm030/pcm030.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/ppc/boards/pcm030/pcm030.c b/arch/ppc/boards/pcm030/pcm030.c
index ba6aa43182..89083e91d8 100644
--- a/arch/ppc/boards/pcm030/pcm030.c
+++ b/arch/ppc/boards/pcm030/pcm030.c
@@ -30,8 +30,7 @@
#include <common.h>
#include <driver.h>
#include <init.h>
-#include <mach/mpc5xxx.h>
-#include <mach/fec.h>
+#include <fec.h>
#include <types.h>
#include <partition.h>
#include <memory.h>
@@ -39,7 +38,7 @@
#include <linux/stat.h>
#include <fs.h>
-static struct mpc5xxx_fec_platform_data fec_info = {
+static struct fec_platform_data fec_info = {
.xcv_type = MII100,
};