From: Colin Cross Date: Sun, 13 Feb 2011 00:05:31 +0000 (-0800) Subject: ARM: tegra: clock: Move unshared clk struct members into union X-Git-Tag: v2.6.39-rc1~474^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f151961173bf28047d01b410969f05e485f56d7e;p=pandora-kernel.git ARM: tegra: clock: Move unshared clk struct members into union Creates a union of a struct for each type of clock to reduce memory usage and clarify which members are used by all clocks and which are used by a single type. Acked-by: Olof Johansson Signed-off-by: Colin Cross --- Reading git-diff-tree failed