From: Roland Dreier Date: Wed, 29 Nov 2006 23:33:06 +0000 (-0800) Subject: IB/mthca: Fix section mismatches X-Git-Tag: v2.6.20-rc1~34^2~40^2~471^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4f3d0f0ece2527184b6c91afa1196a27a5bfaf5;p=pandora-kernel.git IB/mthca: Fix section mismatches Commit b3b30f5e ("IB/mthca: Recover from catastrophic errors") introduced some section mismatch breakage, because the error recovery code tears down and reinitializes the device, which calls into lots of code originally marked __devinit and __devexit from regular .text. Fix this by getting rid of these now-incorrect section markers. Reported by Randy Dunlap . Signed-off-by: Roland Dreier --- Reading git-diff-tree failed