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:
b4e086f
)
clk: nomadik: fix missing __init on nomadik_src_init
author
Sebastian Hesselbarth
<sebastian.hesselbarth@gmail.com>
Mon, 7 Oct 2013 17:53:13 +0000
(19:53 +0200)
committer
Olof Johansson
<olof@lixom.net>
Mon, 7 Oct 2013 18:41:21 +0000
(11:41 -0700)
nomadik_src_init references __initconst sections but lacks an __init
itself. Add __init to fix the section mismatch.
Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
No differences found