diff options
Diffstat (limited to 'arch/arm/plat-s3c24xx/cpu.c')
-rw-r--r-- | arch/arm/plat-s3c24xx/cpu.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/plat-s3c24xx/cpu.c b/arch/arm/plat-s3c24xx/cpu.c index 6a2d1070e5a0..3e314a296255 100644 --- a/arch/arm/plat-s3c24xx/cpu.c +++ b/arch/arm/plat-s3c24xx/cpu.c | |||
@@ -187,16 +187,7 @@ static struct s3c24xx_board *board; | |||
187 | 187 | ||
188 | void s3c24xx_set_board(struct s3c24xx_board *b) | 188 | void s3c24xx_set_board(struct s3c24xx_board *b) |
189 | { | 189 | { |
190 | int i; | ||
191 | |||
192 | board = b; | 190 | board = b; |
193 | |||
194 | if (b->clocks_count != 0) { | ||
195 | struct clk **ptr = b->clocks; | ||
196 | |||
197 | for (i = b->clocks_count; i > 0; i--, ptr++) | ||
198 | s3c24xx_register_clock(*ptr); | ||
199 | } | ||
200 | } | 191 | } |
201 | 192 | ||
202 | /* cpu information */ | 193 | /* cpu information */ |