]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: S3C2443: Remove redundant s3c_register_clocks call for init_clocks
authorAxel Lin <axel.lin@gmail.com>
Fri, 14 Oct 2011 06:41:36 +0000 (15:41 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 14 Oct 2011 06:41:36 +0000 (15:41 +0900)
commitec4f5423b5b63b1a92bce375ed242d2c19767995
tree5d615760416f25434a9333a6df2348c0767978b6
parent5227a54a0f2c8ff4a0a971aac03511cf5545e1fb
ARM: S3C2443: Remove redundant s3c_register_clocks call for init_clocks

Since commit af337f3e633a198034a99450416257ddf2307497
"ARM: S3C2443: Move parts of the clock code to common clock file",
the init_clocks array is moved to arch/arm/plat-s3c24xx/s3c2443-clock.c.
Now we call s3c_register_clocks for init_clocks in s3c2443_common_init_clocks.

Thus we can remove the empty init_clocks array here and remove the
redundant s3c_register_clocks call for init_clocks in s3c2443_init_clocks.

Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s3c2443/clock.c