From: Ben Dooks Date: Tue, 1 Dec 2009 01:24:37 +0000 (+0000) Subject: ARM: SAMSUNG: Reduce size of struct clk. X-Git-Tag: v2.6.34-rc2~66^2~54^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3bf41be06634d69959a68a2b53e1ffc92f0d103;p=pandora-kernel.git ARM: SAMSUNG: Reduce size of struct clk. Reduce the size of struct clk by 12 bytes and make defining clocks with common implementation functions easier by moving the set_rate, get_rate, round_rate and set_parent calls into a new structure called 'struct clk_ops' and using that instead. This change does make a few clocks larger as they need their own clk_ops, but this is outweighed by the number of clocks with either no ops or having a common set of ops. Update all the users of this. Signed-off-by: Ben Dooks --- Reading git-diff-tree failed