summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorThierry Reding <thierry.reding@avionic-design.de>2013-03-28 21:35:03 +0100
committerStephen Warren <swarren@nvidia.com>2013-03-29 10:38:25 -0600
commit99f69fea23d3c87c4f3067cb69499ff76499d93b (patch)
treeb51ddd82fdf8630f02cc3f3b2f34d744c08034e9 /arch/arm/mach-tegra
parentd4cba7fa7e2b25b463e51006bdeab7110f96ec33 (diff)
downloadlinux-3.10-99f69fea23d3c87c4f3067cb69499ff76499d93b.tar.gz
linux-3.10-99f69fea23d3c87c4f3067cb69499ff76499d93b.tar.bz2
linux-3.10-99f69fea23d3c87c4f3067cb69499ff76499d93b.zip
ARM: tegra: Export tegra_powergate_sequence_power_up()
This function can be used by drivers to enable power to the hardware blocks that they drive. Most of the drivers can be built as a module and therefore require this function to be exported. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-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 c6bc8f85759..c472bed3245 100644
--- a/arch/arm/mach-tegra/powergate.c
+++ b/arch/arm/mach-tegra/powergate.c
@@ -22,6 +22,7 @@
#include <linux/debugfs.h>
#include <linux/delay.h>
#include <linux/err.h>
+#include <linux/export.h>
#include <linux/init.h>
#include <linux/io.h>
#include <linux/seq_file.h>
@@ -168,6 +169,7 @@ err_clk:
err_power:
return ret;
}
+EXPORT_SYMBOL(tegra_powergate_sequence_power_up);
int tegra_cpu_powergate_id(int cpuid)
{