[PATCH] clk: export __clk_get_flags for modular clock providers

2013-04-08 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] clk: export __clk_get_flags for modular clock providers

2013-04-08 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