From: Roland Dreier Date: Tue, 5 Feb 2008 04:20:41 +0000 (-0800) Subject: mlx4_core: Fix more section mismatches X-Git-Tag: v2.6.25-rc1~790^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8f9b2ed9882874ca96716597bd8c7113289e77b;p=pandora-kernel.git mlx4_core: Fix more section mismatches Commit 3d73c288 ("mlx4_core: Fix section mismatches") fixed some of the section mismatches introduced when error recovery was added, but there were still more cases of errory recovery code calling into __devinit code from regular .text. Fix this by getting rid of the now-incorrect __devinit annotations. Signed-off-by: Roland Dreier --- Reading git-diff-tree failed