diff options
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 | ||