diff options
author | Ben Dooks <ben-linux@fluff.org> | 2009-12-01 02:24:37 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 09:10:10 +0100 |
commit | b3bf41be06634d69959a68a2b53e1ffc92f0d103 (patch) | |
tree | 7575fc3d60e9a2f99e74b2862e1b3a43b7df1f92 /arch/arm/mm/copypage-fa.c | |
parent | ARM: S3C64XX: Remove unused clock definitions from clock header (diff) | |
download | linux-b3bf41be06634d69959a68a2b53e1ffc92f0d103.tar.xz linux-b3bf41be06634d69959a68a2b53e1ffc92f0d103.zip |
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 <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mm/copypage-fa.c')
0 files changed, 0 insertions, 0 deletions