ARM: SAMSUNG: Fix bad use of __initdata for s3c_register_clocks()
authorBen Dooks <ben-linux@fluff.org>
Mon, 25 Jan 2010 01:39:23 +0000 (10:39 +0900)
committerBen Dooks <ben-linux@fluff.org>
Tue, 26 Jan 2010 00:50:04 +0000 (09:50 +0900)
commitab5d97db1c6ced3e95c00d097931471707032b1f
tree126a20e8123c6990957cab623e32c9f90421f343
parentf6b56704f78b2667fc8f61d2f398931fbc032b62
ARM: SAMSUNG: Fix bad use of __initdata for s3c_register_clocks()

Functions should be marked __init, not __initdata.

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