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:
3c2b251
)
mfd/vexpress: vexpress_sysreg_setup must not be __init
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 25 Jan 2013 18:53:52 +0000
(18:53 +0000)
committer
Olof Johansson
<olof@lixom.net>
Mon, 28 Jan 2013 22:07:14 +0000
(14:07 -0800)
The patch
52666298a
'mfd: vexpress-sysreg: Don't skip initialization
on probe' adds a call to vexpress_sysreg_setup from a non-__init
function, so this also has to lose its __init annotation.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Pawel Moll <pawel.moll@arm.com>
Cc: arm@kernel.org
Signed-off-by: Olof Johansson <olof@lixom.net>
No differences found