projects
/
linux.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
c1b868b
..
eb8d5ca
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"