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:
dec3a00
)
staging: vme: fix section mismatches in linux-next 20120314
author
Gerard Snitselaar
<dev@snitselaar.org>
Thu, 15 Mar 2012 08:50:39 +0000
(
01:50
-0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 15 Mar 2012 21:04:34 +0000
(14:04 -0700)
pio2_gpio_init() annotated with __init, but called by pio2_probe()
which is annotated __devinit. pio2_gpio_exit() is annotated __exit,
but is called by pio2_probe() and by pio2_remove() which is annotated
__devexit.
Signed-off-by: Gerard Snitselaar <dev@snitselaar.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found