ARM: tegra: clock: Move unshared clk struct members into union
authorColin Cross <ccross@android.com>
Sun, 13 Feb 2011 00:05:31 +0000 (16:05 -0800)
committerColin Cross <ccross@android.com>
Mon, 21 Feb 2011 08:10:11 +0000 (00:10 -0800)
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 <olof@lixom.net>
Signed-off-by: Colin Cross <ccross@android.com>

No differences found