[ARM] 4414/1: S3C2443: sparse fix for clock.c
authorBen Dooks <ben-linux@fluff.org>
Mon, 28 May 2007 17:55:43 +0000 (18:55 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Wed, 30 May 2007 12:15:26 +0000 (13:15 +0100)
commit0cc69daa3e6c958bc678b3db268dc279b68fd76f
treee21901a80e940e0de947fb6c688db4aa55beda83
parenteca8c2424171b6b6b2dcb0faa92dfddd1e3297d9
[ARM] 4414/1: S3C2443: sparse fix for clock.c

Fix sparse warnings in the arch/arm/mach-s3c2443/clock.c,
including an bug in initialising the cf clock initialiser
where two values are being set for the ctrlbit.

arch/arm/mach-s3c2443/clock.c:397:12: warning: symbol 'clk_usb_bus_host' was not declared. Should it be static?
arch/arm/mach-s3c2443/clock.c:760:4: error: Initializer entry defined twice
arch/arm/mach-s3c2443/clock.c:761:4:   also defined here

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-s3c2443/clock.c