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-mx31moboard.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-mx31moboard.c')
-rw-r--r-- | arch/arm/mach-imx/mach-mx31moboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mach-mx31moboard.c b/arch/arm/mach-imx/mach-mx31moboard.c index f17a15f28316..1dfe3c7a7be1 100644 --- a/arch/arm/mach-imx/mach-mx31moboard.c +++ b/arch/arm/mach-imx/mach-mx31moboard.c | |||
@@ -580,7 +580,7 @@ static void __init mx31moboard_timer_init(void) | |||
580 | mx31_clocks_init(26000000); | 580 | mx31_clocks_init(26000000); |
581 | } | 581 | } |
582 | 582 | ||
583 | struct sys_timer mx31moboard_timer = { | 583 | static struct sys_timer mx31moboard_timer = { |
584 | .init = mx31moboard_timer_init, | 584 | .init = mx31moboard_timer_init, |
585 | }; | 585 | }; |
586 | 586 | ||