ARM: tegra: Export tegra_powergate_remove_clamping()
Drivers can use the tegra_powergate_remove_clamping() API during initialization. In order to allow such drivers to be built as modules, export the symbol. Signed-off-by: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
Родитель
44374afee8
Коммит
201fc0f916
|
@ -144,6 +144,7 @@ int tegra_powergate_remove_clamping(int id)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL(tegra_powergate_remove_clamping);
|
||||||
|
|
||||||
/* Must be called with clk disabled, and returns with clk enabled */
|
/* Must be called with clk disabled, and returns with clk enabled */
|
||||||
int tegra_powergate_sequence_power_up(int id, struct clk *clk,
|
int tegra_powergate_sequence_power_up(int id, struct clk *clk,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче