Skip to content

Commit

Permalink
IB/ehca: Fix include order to better match kernel style
Browse files Browse the repository at this point in the history
Include <rdma/...> headers after <asm/...> headers.

Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
  • Loading branch information
Hoang-Nam Nguyen authored and Roland Dreier committed Jul 28, 2007
1 parent 0172e2e commit 05d989f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/infiniband/hw/ehca/ehca_mrmw.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/

#include <rdma/ib_umem.h>

#include <asm/current.h>

#include <rdma/ib_umem.h>

#include "ehca_iverbs.h"
#include "ehca_mrmw.h"
#include "hcp_if.h"
Expand Down

0 comments on commit 05d989f

Please sign in to comment.