summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-19 15:29:26 +0100
committerUwe Kleine-König <u.kleine-koenig@pengutronix.de>2010-02-24 10:07:03 +0100
commita8e33260ce184aea367fa11ae8bd3ab941e75b49 (patch)
treea30bf3e472c6446482b334f432846389acf1edbf /arch/arm/plat-mxc
parent44fb5d1945fe87f3299de5e2e0581f092e8dd455 (diff)
downloadlinux-3.10-a8e33260ce184aea367fa11ae8bd3ab941e75b49.tar.gz
linux-3.10-a8e33260ce184aea367fa11ae8bd3ab941e75b49.tar.bz2
linux-3.10-a8e33260ce184aea367fa11ae8bd3ab941e75b49.zip
arm/imx: remove #ifndef CONFIG_COMMON_CLKDEV block
COMMON_CLKDEV is used on all imx platforms, so this isn't used. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Diffstat (limited to 'arch/arm/plat-mxc')
-rw-r--r--arch/arm/plat-mxc/include/mach/clock.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/plat-mxc/include/mach/clock.h b/arch/arm/plat-mxc/include/mach/clock.h
index 43a82d0c534..753a5988d85 100644
--- a/arch/arm/plat-mxc/include/mach/clock.h
+++ b/arch/arm/plat-mxc/include/mach/clock.h
@@ -26,13 +26,6 @@
struct module;
struct clk {
-#ifndef CONFIG_COMMON_CLKDEV
- /* As soon as i.MX1 and i.MX31 switched to clkdev, this
- * block can go away */
- struct list_head node;
- struct module *owner;
- const char *name;
-#endif
int id;
/* Source clock this clk depends on */
struct clk *parent;