mirror of
https://github.com/torvalds/linux.git
synced 2024-11-08 05:01:48 +00:00
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: Thierry Reding <treding@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
This commit is contained in:
parent
ccab7983bd
commit
44374afee8
@ -109,6 +109,7 @@ int tegra_powergate_power_off(int id)
|
||||
|
||||
return tegra_powergate_set(id, false);
|
||||
}
|
||||
EXPORT_SYMBOL(tegra_powergate_power_off);
|
||||
|
||||
int tegra_powergate_is_powered(int id)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user