diff options
-rw-r--r-- | arch/arm/mach-imx/mach-cpuimx35.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-mx1ads.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-mx31lite.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-mx31moboard.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-mx35_3ds.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-pcm037.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-pcm043.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-imx/mach-vpr200.c | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/arch/arm/mach-imx/mach-cpuimx35.c b/arch/arm/mach-imx/mach-cpuimx35.c index 8ecc872b2547..c515f8ede1a1 100644 --- a/arch/arm/mach-imx/mach-cpuimx35.c +++ b/arch/arm/mach-imx/mach-cpuimx35.c | |||
@@ -194,7 +194,7 @@ static void __init eukrea_cpuimx35_timer_init(void) | |||
194 | mx35_clocks_init(); | 194 | mx35_clocks_init(); |
195 | } | 195 | } |
196 | 196 | ||
197 | struct sys_timer eukrea_cpuimx35_timer = { | 197 | static struct sys_timer eukrea_cpuimx35_timer = { |
198 | .init = eukrea_cpuimx35_timer_init, | 198 | .init = eukrea_cpuimx35_timer_init, |
199 | }; | 199 | }; |
200 | 200 | ||
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 | ||
diff --git a/arch/arm/mach-imx/mach-mx31lite.c b/arch/arm/mach-imx/mach-mx31lite.c index 0abef5f13df5..686c60587980 100644 --- a/arch/arm/mach-imx/mach-mx31lite.c +++ b/arch/arm/mach-imx/mach-mx31lite.c | |||
@@ -283,7 +283,7 @@ static void __init mx31lite_timer_init(void) | |||
283 | mx31_clocks_init(26000000); | 283 | mx31_clocks_init(26000000); |
284 | } | 284 | } |
285 | 285 | ||
286 | struct sys_timer mx31lite_timer = { | 286 | static struct sys_timer mx31lite_timer = { |
287 | .init = mx31lite_timer_init, | 287 | .init = mx31lite_timer_init, |
288 | }; | 288 | }; |
289 | 289 | ||
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 | ||
diff --git a/arch/arm/mach-imx/mach-mx35_3ds.c b/arch/arm/mach-imx/mach-mx35_3ds.c index 6ae51c6b95b7..c433187988a2 100644 --- a/arch/arm/mach-imx/mach-mx35_3ds.c +++ b/arch/arm/mach-imx/mach-mx35_3ds.c | |||
@@ -419,7 +419,7 @@ static void __init mx35pdk_timer_init(void) | |||
419 | mx35_clocks_init(); | 419 | mx35_clocks_init(); |
420 | } | 420 | } |
421 | 421 | ||
422 | struct sys_timer mx35pdk_timer = { | 422 | static struct sys_timer mx35pdk_timer = { |
423 | .init = mx35pdk_timer_init, | 423 | .init = mx35pdk_timer_init, |
424 | }; | 424 | }; |
425 | 425 | ||
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 | ||
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 | ||
diff --git a/arch/arm/mach-imx/mach-vpr200.c b/arch/arm/mach-imx/mach-vpr200.c index 033257e553ef..add8c69c6c1a 100644 --- a/arch/arm/mach-imx/mach-vpr200.c +++ b/arch/arm/mach-imx/mach-vpr200.c | |||
@@ -310,7 +310,7 @@ static void __init vpr200_timer_init(void) | |||
310 | mx35_clocks_init(); | 310 | mx35_clocks_init(); |
311 | } | 311 | } |
312 | 312 | ||
313 | struct sys_timer vpr200_timer = { | 313 | static struct sys_timer vpr200_timer = { |
314 | .init = vpr200_timer_init, | 314 | .init = vpr200_timer_init, |
315 | }; | 315 | }; |
316 | 316 | ||