Re: [PATCH RESEND] clk: export __clk_get_flags for modular clock providers

2013-07-04 Thread Luciano Coelho
Hi, On 04/15/2013 09:59 AM, Sebastian Hesselbarth wrote: The common clock api provides some helpers for clk-providers but does not export these helpers. This hinders clk-providers to be built as modules. This patch adds __clk_get_flags() to the list of exported symbols. Signed-off-by:

Re: [PATCH RESEND] clk: export __clk_get_flags for modular clock providers

2013-07-04 Thread Luciano Coelho
Hi, On 04/15/2013 09:59 AM, Sebastian Hesselbarth wrote: The common clock api provides some helpers for clk-providers but does not export these helpers. This hinders clk-providers to be built as modules. This patch adds __clk_get_flags() to the list of exported symbols. Signed-off-by:

[PATCH RESEND] clk: export __clk_get_flags for modular clock providers

2013-04-15 Thread Sebastian Hesselbarth
The common clock api provides some helpers for clk-providers but does not export these helpers. This hinders clk-providers to be built as modules. This patch adds __clk_get_flags() to the list of exported symbols. Signed-off-by: Sebastian Hesselbarth --- Cc: Mike Turquette Cc:

[PATCH RESEND] clk: export __clk_get_flags for modular clock providers

2013-04-15 Thread Sebastian Hesselbarth
The common clock api provides some helpers for clk-providers but does not export these helpers. This hinders clk-providers to be built as modules. This patch adds __clk_get_flags() to the list of exported symbols. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: Mike