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:
Родитель
ccab7983bd
Коммит
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)
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче