From: Viresh Kumar Date: Tue, 17 Apr 2012 11:15:36 +0000 (+0530) Subject: clk: clk-private: Add DEFINE_CLK macro X-Git-Tag: v3.5-rc1~71^2~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=182f9e8cd5e451911a37f121f942409205ede0d6;p=pandora-kernel.git clk: clk-private: Add DEFINE_CLK macro All macros used for creating different kind of clocks have similar code for initializing struct clk. This patch removes those redundant lines and create another macro DEFINE_CLK. Signed-off-by: Viresh Kumar Signed-off-by: Mike Turquette --- Reading git-diff-tree failed