commit | 29666128a22ddc78b3e393674ef69462835db43f | [log] [tgz] |
---|---|---|
author | Roland Dreier <rolandd@cisco.com> | Wed Nov 29 15:33:07 2006 -0800 |
committer | Roland Dreier <rolandd@cisco.com> | Wed Nov 29 15:33:07 2006 -0800 |
tree | ae57f0ff5ff9b34ac9b1b7c32b49d7a1a4d14067 | |
parent | f4f3d0f0ece2527184b6c91afa1196a27a5bfaf5 [diff] |
RDMA/amso1100: Fix section mismatches The amso1100 driver was missing a couple of __devinit/__devexit annotations for init/cleanup functions that are called from __devinit/__devexit functions. Reported by Randy Dunlap <randy.dunlap@oracle.com>. Signed-off-by: Roland Dreier <rolandd@cisco.com>