git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ec349f
)
ARM: tegra: clock: Move unshared clk struct members into union
author
Colin Cross
<ccross@android.com>
Sun, 13 Feb 2011 00:05:31 +0000
(16:05 -0800)
committer
Colin 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