summaryrefslogtreecommitdiffstats
path: root/drivers/clk/mxs/clk-imx23.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-12-04 12:34:24 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-05 11:30:59 +0100
commitdf9879c65d118f7fea7404c01f4002570aaea233 (patch)
tree783f63913359da89a60fed84e41a4df740e85850 /drivers/clk/mxs/clk-imx23.c
parent27114b30bca48b51131f697d3211e8e9f3d08e1b (diff)
downloadbarebox-df9879c65d118f7fea7404c01f4002570aaea233.tar.gz
barebox-df9879c65d118f7fea7404c01f4002570aaea233.tar.xz
drivers: remove unnecessary mach/imx-regs.h include
And replace the ones needed with the SoC specific header. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/clk/mxs/clk-imx23.c')
-rw-r--r--drivers/clk/mxs/clk-imx23.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clk/mxs/clk-imx23.c b/drivers/clk/mxs/clk-imx23.c
index 1f84e9f6e9..8bf27c1c07 100644
--- a/drivers/clk/mxs/clk-imx23.c
+++ b/drivers/clk/mxs/clk-imx23.c
@@ -22,7 +22,7 @@
#include <io.h>
#include <linux/clkdev.h>
#include <linux/err.h>
-#include <mach/imx-regs.h>
+#include <mach/imx23-regs.h>
#include "clk.h"