From: Axel Lin Date: Fri, 14 Oct 2011 06:41:36 +0000 (+0900) Subject: ARM: S3C2443: Remove redundant s3c_register_clocks call for init_clocks X-Git-Tag: v3.2-rc1~39^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec4f5423b5b63b1a92bce375ed242d2c19767995;p=pandora-kernel.git 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 Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed