projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0172e2e
)
IB/ehca: Fix include order to better match kernel style
author
Hoang-Nam Nguyen
<hnguyen@de.ibm.com>
Sat, 28 Jul 2007 15:36:32 +0000
(08:36 -0700)
committer
Roland Dreier
<rolandd@cisco.com>
Sat, 28 Jul 2007 15:36:32 +0000
(08:36 -0700)
Include <rdma/...> headers after <asm/...> headers.
Signed-off-by: Hoang-Nam Nguyen <hnguyen@de.ibm.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
drivers/infiniband/hw/ehca/ehca_mrmw.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/ehca/ehca_mrmw.c
b/drivers/infiniband/hw/ehca/ehca_mrmw.c
index c1b868b79d677bf6a8caf0d2ff0532d860082e71..eb8d5caf543be388a20ecdc6e5ee82d33db23135 100644
(file)
--- a/
drivers/infiniband/hw/ehca/ehca_mrmw.c
+++ b/
drivers/infiniband/hw/ehca/ehca_mrmw.c
@@
-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"