[ARM] S3C24XX: s3c243xx_clock_register() data can be __initdata
commit2bc7509f62da572925ef33365d4fc16f8b4abdd4
authorBen Dooks <ben-linux@fluff.org>
Tue, 15 Jul 2008 16:17:48 +0000 (15 17:17 +0100)
committerBen Dooks <ben-linux@fluff.org>
Tue, 15 Jul 2008 16:17:48 +0000 (15 17:17 +0100)
tree8cbc973c13a2513f0fb6f51bd5dab74a858bff62
parent7ba06b17a1931b2c9e1bee525a8c36920f5be0e0
[ARM] S3C24XX: s3c243xx_clock_register() data can be __initdata

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>
arch/arm/mach-s3c2410/mach-bast.c
arch/arm/mach-s3c2410/mach-vr1000.c
arch/arm/mach-s3c2440/mach-anubis.c
arch/arm/mach-s3c2440/mach-osiris.c