[ARM] omap: allow double-registering of clocks
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 22 Jan 2009 16:08:04 +0000 (16:08 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 8 Feb 2009 17:50:12 +0000 (17:50 +0000)
This stops things blowing up if a 'struct clk' to be passed more
than once to clk_register(), which will be required when we decouple
struct clk's from their names.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/plat-omap/clock.c

Simple merge