diff options
-rw-r--r-- | arch/arm/mach-tegra/powergate.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/powergate.c b/arch/arm/mach-tegra/powergate.c index e8ccb2973333..a67c92acb4a6 100644 --- a/arch/arm/mach-tegra/powergate.c +++ b/arch/arm/mach-tegra/powergate.c | |||
@@ -144,6 +144,7 @@ int tegra_powergate_remove_clamping(int id) | |||
144 | 144 | ||
145 | return 0; | 145 | return 0; |
146 | } | 146 | } |
147 | EXPORT_SYMBOL(tegra_powergate_remove_clamping); | ||
147 | 148 | ||
148 | /* Must be called with clk disabled, and returns with clk enabled */ | 149 | /* Must be called with clk disabled, and returns with clk enabled */ |
149 | int tegra_powergate_sequence_power_up(int id, struct clk *clk, | 150 | int tegra_powergate_sequence_power_up(int id, struct clk *clk, |