aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/clock.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-01-12 06:14:40 -0500
committerSascha Hauer <s.hauer@pengutronix.de>2009-01-12 06:14:40 -0500
commitda17490c0d4f9fd38761e6a7e95ac0bbd9f45ad9 (patch)
treede1303c22361b2c2023b25efc075fe0599157065 /arch/arm/mach-imx/clock.c
parent96cb767239d12ce98e66892ccc82787fbc63505f (diff)
[ARM] i.MX add missing include
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/clock.c')
-rw-r--r--arch/arm/mach-imx/clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/clock.c b/arch/arm/mach-imx/clock.c
index 7ec60fc9156..cf332aeb942 100644
--- a/arch/arm/mach-imx/clock.c
+++ b/arch/arm/mach-imx/clock.c
@@ -23,7 +23,7 @@
23#include <linux/err.h> 23#include <linux/err.h>
24#include <linux/io.h> 24#include <linux/io.h>
25 25
26#include <mach/imx-regs.h> 26#include <mach/hardware.h>
27 27
28/* 28/*
29 * Very simple approach: We can't disable clocks, so we do 29 * Very simple approach: We can't disable clocks, so we do