[PATCH 6/9] ARM: tegra: Export tegra_powergate_power_on
Mikko Perttunen
mperttunen at nvidia.com
Wed Jun 4 04:32:36 PDT 2014
This symbol needs to be exported to power on rails without using
tegra_powergate_sequence_power_up. tegra_powergate_sequence_power_up
cannot be used in situations where the driver wants to handle clocking
by itself.
Signed-off-by: Mikko Perttunen <mperttunen at nvidia.com>
---
arch/arm/mach-tegra/powergate.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-tegra/powergate.c b/arch/arm/mach-tegra/powergate.c
index 50a9af4..254c42e 100644
--- a/arch/arm/mach-tegra/powergate.c
+++ b/arch/arm/mach-tegra/powergate.c
@@ -125,6 +125,7 @@ int tegra_powergate_power_on(int id)
return tegra_powergate_set(id, true);
}
+EXPORT_SYMBOL(tegra_powergate_power_on);
int tegra_powergate_power_off(int id)
{
--
1.8.1.5
More information about the linux-arm-kernel
mailing list