diff options
author | Marc Kleine-Budde <mkl@pengutronix.de> | 2012-04-24 11:48:17 -0400 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2012-04-26 03:43:50 -0400 |
commit | 7bf1c8753c3937820b8a2b6e3d21c955ceaa0706 (patch) | |
tree | 0b78cd222f134f967850de57851b794aba26ae3a /arch/arm/mach-imx/mach-mx1ads.c | |
parent | 66f75a5d028beaf67c931435fdc3e7823125730c (diff) |
arm: imx: make various struct sys_timer static
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/mach-mx1ads.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx1ads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx1ads.c b/arch/arm/mach-imx/mach-mx1ads.c index 97046088ff1a..7274e7928136 100644 --- a/arch/arm/mach-imx/mach-mx1ads.c +++ b/arch/arm/mach-imx/mach-mx1ads.c | |||
@@ -134,7 +134,7 @@ static void __init mx1ads_timer_init(void) | |||
134 | mx1_clocks_init(32000); | 134 | mx1_clocks_init(32000); |
135 | } | 135 | } |
136 | 136 | ||
137 | struct sys_timer mx1ads_timer = { | 137 | static struct sys_timer mx1ads_timer = { |
138 | .init = mx1ads_timer_init, | 138 | .init = mx1ads_timer_init, |
139 | }; | 139 | }; |
140 | 140 | ||