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>
This commit is contained in:
parent
0172e2e14c
commit
05d989f948
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue