projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44374af
)
ARM: tegra: Export tegra_powergate_remove_clamping()
author
Thierry Reding
<
[email protected]
>
Fri, 6 Dec 2013 15:49:56 +0000
(16:49 +0100)
committer
Stephen Warren
<
[email protected]
>
Mon, 16 Dec 2013 21:02:51 +0000
(14:02 -0700)
Drivers can use the tegra_powergate_remove_clamping() API during
initialization. In order to allow such drivers to be built as modules,
export the symbol.
Signed-off-by: Thierry Reding <
[email protected]
>
Signed-off-by: Stephen Warren <
[email protected]
>
arch/arm/mach-tegra/powergate.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/powergate.c
b/arch/arm/mach-tegra/powergate.c
index e8ccb297333313e2ba8eac596987a83c83084245..a67c92acb4a6ab4b8357efdd532e960707044c91 100644
(file)
--- 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)
return 0;
}
+EXPORT_SYMBOL(tegra_powergate_remove_clamping);
/* Must be called with clk disabled, and returns with clk enabled */
int tegra_powergate_sequence_power_up(int id, struct clk *clk,