git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4ba3b
)
arm/tegra: Fix section mismatch errors in tegra30 pinmux
author
Stephen Warren
<swarren@nvidia.com>
Mon, 19 Dec 2011 18:01:58 +0000
(11:01 -0700)
committer
Olof Johansson
<olof@lixom.net>
Tue, 20 Dec 2011 02:04:41 +0000
(18:04 -0800)
tegra30_pinmux_init() is called from the pinmux's probe() function, and
hence should be __devinit not __init.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
No differences found