Commit 44374afe authored by Thierry Reding's avatar Thierry Reding Committed by Stephen Warren

ARM: tegra: Export tegra_powergate_power_off()

This function can be used by drivers, which in turn may be built as
modules. Export the symbol so it is available to modules.
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
parent ccab7983
...@@ -109,6 +109,7 @@ int tegra_powergate_power_off(int id) ...@@ -109,6 +109,7 @@ int tegra_powergate_power_off(int id)
return tegra_powergate_set(id, false); return tegra_powergate_set(id, false);
} }
EXPORT_SYMBOL(tegra_powergate_power_off);
int tegra_powergate_is_powered(int id) int tegra_powergate_is_powered(int id)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment