commit | e8f9b2ed9882874ca96716597bd8c7113289e77b | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Mon Feb 04 20:20:41 2008 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Mon Feb 04 20:20:41 2008 -0800 |
tree | ab18d283baaf14da6ce4a387affd1a24f3d23336 | |
parent | 9ef9dc69d4167276c04590d67ee55de8380bc1ad [diff] |
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>