commit | 182f9e8cd5e451911a37f121f942409205ede0d6 | [log] [tgz] |
---|---|---|
author | Viresh Kumar <viresh.kumar@st.com> | Tue Apr 17 16:45:36 2012 +0530 |
committer | Mike Turquette <mturquette@linaro.org> | Tue Apr 24 16:37:40 2012 -0700 |
tree | 606fe3e32f48fba82c5598bf82cc182a6b76e668 | |
parent | fbc42aab543307e9bfc1dfb029db929f3fafcacd [diff] |
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 <viresh.kumar@st.com> Signed-off-by: Mike Turquette <mturquette@linaro.org>