mlx4_core: Fix more section mismatches
authorRoland Dreier <rolandd@cisco.com>
Tue, 5 Feb 2008 04:20:41 +0000 (20:20 -0800)
committerRoland Dreier <rolandd@cisco.com>
Tue, 5 Feb 2008 04:20:41 +0000 (20:20 -0800)
commite8f9b2ed9882874ca96716597bd8c7113289e77b
treeab18d283baaf14da6ce4a387affd1a24f3d23336
parent9ef9dc69d4167276c04590d67ee55de8380bc1ad
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 <rolandd@cisco.com>
drivers/net/mlx4/main.c
drivers/net/mlx4/mr.c