From 26eab97b41da45353300d447870fe1c7fbfe7542 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Sun, 23 Sep 2012 20:34:55 +0200 Subject: net fec_mpc5200: Use same platform_data as i.MX fec driver Signed-off-by: Sascha Hauer --- arch/ppc/boards/pcm030/pcm030.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'arch/ppc/boards') 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 #include #include -#include -#include +#include #include #include #include @@ -39,7 +38,7 @@ #include #include -static struct mpc5xxx_fec_platform_data fec_info = { +static struct fec_platform_data fec_info = { .xcv_type = MII100, }; -- cgit v1.2.3