ARM: S5PC1XX: Change clksrc_clks to use array of clocks
commitc837e88cf9e18c311332cc1c8c488993a201d568
authorBen Dooks <ben-linux@fluff.org>
Tue, 12 Jan 2010 03:49:17 +0000 (12 12:49 +0900)
committerBen Dooks <ben-linux@fluff.org>
Fri, 15 Jan 2010 08:10:15 +0000 (15 17:10 +0900)
tree2963312d07f7776c04f179600024d9288b2ea2cd
parent1d026d9b1671bcb05e7b00f545f1d62476e9063c
ARM: S5PC1XX: Change clksrc_clks to use array of clocks

Remove the individual 'struct clksrc_clks' and place them into an array
so that we can simply use s3c_register_clksrcs to register tham all in one
go.

Since the spdif clock relies on the audio clock, move the audio clocks
into their own arrary.

Thanks to  Marek Szyprowski for testing and pointing out the four clocks
what where missed from the clock list.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/plat-s5pc1xx/s5pc100-clock.c