summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/include
diff options
context:
space:
mode:
authorShawn Guo2013-03-25 07:53:08 +0100
committerShawn Guo2013-04-01 10:30:01 +0200
commit633ef4c7d18982d184242d42056c622a433d93fe (patch)
tree083c25c02198299cd32d855ffd4b35224e4f7771 /arch/arm/mach-mxs/include
parentMerge remote-tracking branch 'arm-soc/clksrc/cleanup' into mxs/cleanup (diff)
downloadkernel-qcow2-linux-633ef4c7d18982d184242d42056c622a433d93fe.tar.gz
kernel-qcow2-linux-633ef4c7d18982d184242d42056c622a433d93fe.tar.xz
kernel-qcow2-linux-633ef4c7d18982d184242d42056c622a433d93fe.zip
ARM: mxs: use CLKSRC_OF helper to initialize timer
Select CLKSRC_OF and use clocksource_of_init() to initialize timer, so that the call to mxs_timer_init() in clock driver can be removed. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-mxs/include')
-rw-r--r--arch/arm/mach-mxs/include/mach/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/include/mach/common.h b/arch/arm/mach-mxs/include/mach/common.h
index be5a9c93cb2a..e043c4735b5a 100644
--- a/arch/arm/mach-mxs/include/mach/common.h
+++ b/arch/arm/mach-mxs/include/mach/common.h
@@ -13,7 +13,6 @@
extern const u32 *mxs_get_ocotp(void);
extern int mxs_reset_block(void __iomem *);
-extern void mxs_timer_init(void);
extern void mxs_restart(char, const char *);
extern int mxs_saif_clkmux_select(unsigned int clkmux);