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:
ef12d45
)
IB/mthca: Fix section mismatch problems
author
Roland Dreier
<rolandd@cisco.com>
Wed, 29 Mar 2006 17:36:46 +0000
(09:36 -0800)
committer
Roland Dreier
<rolandd@cisco.com>
Wed, 29 Mar 2006 17:36:46 +0000
(09:36 -0800)
Quite a few cleanup functions in mthca were marked as __devexit.
However, they could also be called from error paths during
initialization, so they cannot be marked that way. Just delete all of
the incorrect annotations.
Signed-off-by: Roland Dreier <rolandd@cisco.com>
No differences found