From: Ben Dooks Date: Tue, 15 Jul 2008 16:17:48 +0000 (+0100) Subject: [ARM] S3C24XX: s3c243xx_clock_register() data can be __initdata X-Git-Tag: v2.6.27-rc4~54^2~17^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc7509f62da572925ef33365d4fc16f8b4abdd4;p=pandora-kernel.git [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 --- Reading git-diff-tree failed