ARM: S5P: Remove the unused clk_arm clock from plat-s5p
authorThomas Abraham <thomas.ab@samsung.com>
Sat, 2 Oct 2010 03:45:25 +0000 (12:45 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Wed, 20 Oct 2010 22:54:55 +0000 (07:54 +0900)
commit658bf4bef844c9a15e6700e1e27c939529f4a5ca
treeac9fe1d842f8debc34d26b043fe8379e95ccfbb0
parent5aed1f706b01ab27a307cf9983b2ee28d7d88919
ARM: S5P: Remove the unused clk_arm clock from plat-s5p

All the S5P series SoCs use the 'struct clksrc_clk' type to represent the
armclk. So the clk_arm clock instance available in the plat-s5p clock code
is not used in any of the S5P series SoCs.
This patch removes the unused clk_arm instance from plat-s5p clock code.

Reported-by: Jaecheol Lee <jc.lee@samsung.com>
Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/plat-s5p/clock.c