diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-pcm043.c')
-rw-r--r-- | arch/arm/mach-imx/mach-pcm043.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-pcm043.c b/arch/arm/mach-imx/mach-pcm043.c index 237474fcca23..73585f55cca0 100644 --- a/arch/arm/mach-imx/mach-pcm043.c +++ b/arch/arm/mach-imx/mach-pcm043.c | |||
@@ -399,7 +399,7 @@ static void __init pcm043_timer_init(void) | |||
399 | mx35_clocks_init(); | 399 | mx35_clocks_init(); |
400 | } | 400 | } |
401 | 401 | ||
402 | struct sys_timer pcm043_timer = { | 402 | static struct sys_timer pcm043_timer = { |
403 | .init = pcm043_timer_init, | 403 | .init = pcm043_timer_init, |
404 | }; | 404 | }; |
405 | 405 | ||