summaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_mpc5200.c
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-07-31 11:03:50 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-08-03 08:52:43 +0200
commitd2e8305b34af8ad9f4a9f698625d6cb3cf176501 (patch)
tree4895c827a9771392ca0681bc1ca7f14ab3f10cc3 /drivers/net/fec_mpc5200.c
parentc641d9d3cac43620a1432b7d26babe397f833663 (diff)
downloadbarebox-d2e8305b34af8ad9f4a9f698625d6cb3cf176501.tar.gz
barebox-d2e8305b34af8ad9f4a9f698625d6cb3cf176501.tar.xz
PPC/MPC52xx: unify header file name for clock API
In preparation to re-use the i.MX I2C driver for the MPC5200 SoC use clock.h instead of clocks.h for the clock API. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> 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 14ef872927..30be8f77dc 100644
--- a/drivers/net/fec_mpc5200.c
+++ b/drivers/net/fec_mpc5200.c
@@ -14,7 +14,7 @@
#include <init.h>
#include <driver.h>
#include <mach/sdma.h>
-#include <mach/clocks.h>
+#include <mach/clock.h>
#include <linux/phy.h>
#include <linux/err.h>
#include "fec_mpc5200.h"