[ARM] S3C24XX: s3c243xx_clock_register() data can be __initdata
authorBen Dooks <ben-linux@fluff.org>
Tue, 15 Jul 2008 16:17:48 +0000 (17:17 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 15 Jul 2008 16:17:48 +0000 (17:17 +0100)
Any data being passed to s3c243xx_clock_register() can be
marked as __initdata as it is an array of pointers to
'struct clk' that are to be registered on initialisation.

The s3c243xx_clock_register function uses this array to
register clocks and does not require it to stay around
after exit.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>

No differences found