Skip to content
Commit 2bc7509f authored by Ben Dooks's avatar Ben Dooks
Browse files

[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: default avatarBen Dooks <ben-linux@fluff.org>
parent 7ba06b17
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment