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:
Thierry Reding 2013-12-06 16:49:55 +01:00 коммит произвёл Stephen Warren
Родитель ccab7983bd
Коммит 44374afee8
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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)
{