diff options
Diffstat (limited to 'arch/arm/mach-imx/mach-pcm037.c')
-rw-r--r-- | arch/arm/mach-imx/mach-pcm037.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-pcm037.c b/arch/arm/mach-imx/mach-pcm037.c index 5fddf94cc969..10c9795934a3 100644 --- a/arch/arm/mach-imx/mach-pcm037.c +++ b/arch/arm/mach-imx/mach-pcm037.c | |||
@@ -683,7 +683,7 @@ static void __init pcm037_timer_init(void) | |||
683 | mx31_clocks_init(26000000); | 683 | mx31_clocks_init(26000000); |
684 | } | 684 | } |
685 | 685 | ||
686 | struct sys_timer pcm037_timer = { | 686 | static struct sys_timer pcm037_timer = { |
687 | .init = pcm037_timer_init, | 687 | .init = pcm037_timer_init, |
688 | }; | 688 | }; |
689 | 689 | ||