From: Roland Dreier Date: Wed, 10 Oct 2007 22:43:54 +0000 (-0700) Subject: mlx4_core: Fix section mismatches X-Git-Tag: v2.6.24-rc1~1453^2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d73c2884f45f9a297cbc956cea101405a9703f2;p=pandora-kernel.git mlx4_core: Fix section mismatches Commit ee49bd93 ("mlx4_core: Reset device when internal error is detected") introduced some section mismatch problems when CONFIG_HOTPLUG=n, because the error recovery code tears down and reinitializes the device after everything is loaded, which ends up calling into lots of code marked __devinit and __devexit from regular .text. Fix this by getting rid of these now-incorrect section markers. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed