From: Roland Dreier Date: Wed, 29 Mar 2006 17:36:46 +0000 (-0800) Subject: IB/mthca: Fix section mismatch problems X-Git-Tag: v2.6.17-rc1~145^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1f7868c80947d40ef8e1fd37323d939a9bf311c;p=pandora-kernel.git 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 --- Reading git-diff-tree failed