CLK: SPEAr: Remove unused dummy apb_pclk
authorVipul Kumar Samar <vipulkumar.samar@st.com>
Sat, 10 Nov 2012 06:43:47 +0000 (12:13 +0530)
committerMike Turquette <mturquette@linaro.org>
Wed, 21 Nov 2012 19:46:12 +0000 (11:46 -0800)
commitb70e6d009a88e09805152597e02f3d97a1d6ee99
treed253cf655a5dbb6da88335d2313f6ecc19c42ea5
parent1b2d4ad585d5bfb57603aed08e8fab99069e16e7
CLK: SPEAr: Remove unused dummy apb_pclk

Dummy clocks were added for ARM platforms, so that clk_get() for interface clk
doesn't fail for amba devices from amba_probe(). Because there is no amba device
for SPEAr that doesn't have a valid clock with dev_id for SPEAr, we don't need
these dummy clocks. Hence, remove them.

Signed-off-by: Vipul Kumar Samar <vipulkumar.samar@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
drivers/clk/spear/spear1310_clock.c
drivers/clk/spear/spear1340_clock.c
drivers/clk/spear/spear3xx_clock.c
drivers/clk/spear/spear6xx_clock.c