summaryrefslogtreecommitdiffstats
path: root/drivers/serial
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/serial
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/serial')
-rw-r--r--drivers/serial/serial_mpc5xxx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/serial_mpc5xxx.c b/drivers/serial/serial_mpc5xxx.c
index f48255ba75..711163cefd 100644
--- a/drivers/serial/serial_mpc5xxx.c
+++ b/drivers/serial/serial_mpc5xxx.c
@@ -35,7 +35,7 @@
#include <init.h>
#include <console.h>
#include <xfuncs.h>
-#include <mach/clocks.h>
+#include <mach/clock.h>
#include <linux/err.h>
static int __mpc5xxx_serial_setbaudrate(struct mpc5xxx_psc *psc, int baudrate)