From: Russell King Date: Tue, 12 Jan 2010 12:28:00 +0000 (+0000) Subject: ARM: Consolidate clks_register() and similar X-Git-Tag: v2.6.34-rc1~241^2^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a0300dc8c4b3f3ce5c9ef5a0a4be5442590398f;p=pandora-kernel.git ARM: Consolidate clks_register() and similar Most machine classes want some way to register a block of clk_lookup structures, and most do it by implementing a clks_register() type function which walks an array, or by open-coding a loop. Consolidate all this into clkdev_add_table(). Acked-by: H Hartley Sweeten Reviewed-by: Kevin Hilman Acked-by: Eric Miao Signed-off-by: Russell King --- Reading git-diff-tree failed