summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc5200.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-04-12 10:09:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-04-15 08:44:41 +0200
commit51b03f48448ec6fe99929a75d792cedc4def4a51 (patch)
tree25899a3b47a28dcf85c1320a941f38213cc4472d /drivers/net/fec_mpc5200.c
parent4fc192f6be10348024eeb357494c4dbc937deabd (diff)
downloadbarebox-51b03f48448ec6fe99929a75d792cedc4def4a51.tar.gz
barebox-51b03f48448ec6fe99929a75d792cedc4def4a51.tar.xz
include: Move fec eth platform_data to include/platform_data
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/fec_mpc5200.c')
-rw-r--r--drivers/net/fec_mpc5200.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/fec_mpc5200.c b/drivers/net/fec_mpc5200.c
index bb57c34502..b99c23f7d4 100644
--- a/drivers/net/fec_mpc5200.c
+++ b/drivers/net/fec_mpc5200.c
@@ -10,7 +10,7 @@
#include <mach/mpc5xxx.h>
#include <malloc.h>
#include <net.h>
-#include <fec.h>
+#include <platform_data/eth-fec.h>
#include <init.h>
#include <driver.h>
#include <mach/sdma.h>