1
0
Fork 0

IB/ehca: Fix include order to better match kernel style

Include <rdma/...> headers after <asm/...> headers.

Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
hifive-unleashed-5.1
Hoang-Nam Nguyen 2007-07-28 08:36:32 -07:00 committed by Roland Dreier
parent 0172e2e14c
commit 05d989f948
1 changed files with 2 additions and 2 deletions

View File

@ -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"