projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7cbe92
)
ARM: tegra: Export I/O rail functions
author
Thierry Reding
<treding@nvidia.com>
Tue, 25 Feb 2014 16:08:36 +0000
(17:08 +0100)
committer
Stephen Warren
<swarren@nvidia.com>
Tue, 25 Feb 2014 20:16:32 +0000
(13:16 -0700)
The I/O rail functions can be used by drivers that are buildable as
modules. Exporting the functions makes sure that they're available.
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 3d0c537d9b945af08de57ecaa354169674fdc33e..4cefc5cd6bedcc50ddc345c857270fda1ad17d49 100644
(file)
--- 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)
return 0;
}
+EXPORT_SYMBOL(tegra_io_rail_power_on);
int tegra_io_rail_power_off(int id)
{
@@
-511,3
+512,4
@@
int tegra_io_rail_power_off(int id)
return 0;
}
+EXPORT_SYMBOL(tegra_io_rail_power_off);