aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/mach-tegra/powergate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/powergate.c b/arch/arm/mach-tegra/powergate.c
index 3d0c537d9b94..4cefc5cd6bed 100644
--- a/arch/arm/mach-tegra/powergate.c
+++ b/arch/arm/mach-tegra/powergate.c
@@ -484,6 +484,7 @@ int tegra_io_rail_power_on(int id)
484 484
485 return 0; 485 return 0;
486} 486}
487EXPORT_SYMBOL(tegra_io_rail_power_on);
487 488
488int tegra_io_rail_power_off(int id) 489int tegra_io_rail_power_off(int id)
489{ 490{
@@ -511,3 +512,4 @@ int tegra_io_rail_power_off(int id)
511 512
512 return 0; 513 return 0;
513} 514}
515EXPORT_SYMBOL(tegra_io_rail_power_off);