projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ccab798
)
ARM: tegra: Export tegra_powergate_power_off()
author
Thierry Reding
<thierry.reding@gmail.com>
Fri, 6 Dec 2013 15:49:55 +0000
(16:49 +0100)
committer
Stephen Warren
<swarren@nvidia.com>
Mon, 16 Dec 2013 21:02:50 +0000
(14:02 -0700)
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>
arch/arm/mach-tegra/powergate.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-tegra/powergate.c
b/arch/arm/mach-tegra/powergate.c
index ed4d3d15b8db4a58ecaa78cdc026493ae01a9e60..e8ccb297333313e2ba8eac596987a83c83084245 100644
(file)
--- a/
arch/arm/mach-tegra/powergate.c
+++ b/
arch/arm/mach-tegra/powergate.c
@@
-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)
{