commit | e1f7868c80947d40ef8e1fd37323d939a9bf311c | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Mar 29 09:36:46 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Mar 29 09:36:46 2006 -0800 |
tree | 04ee4d31a49e563bbdca385b8d558d7fee2f0d47 | |
parent | ef12d4561900d4af37f46a8f2d97dec3c4d59bf9 [diff] |
IB/mthca: Fix section mismatch problems 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>