diff options
author | Roland Dreier <roland@topspin.com> | 2005-05-01 11:59:14 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 11:59:14 -0400 |
commit | dbcf31ba68c92b23ac3f874c4d516bacd5d7518a (patch) | |
tree | 180f65c99cf63e826d1b97a1e98a9c86f147ede3 /drivers | |
parent | 7ed20e1ad521b5f5df61bf6559ae60738e393741 (diff) |
[PATCH] fix include order in mthca_memfree.c
Fix order of #include lines in mthca_memfree.c
Signed-off-by: Roland Dreier <roland@topspin.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_memfree.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_memfree.c b/drivers/infiniband/hw/mthca/mthca_memfree.c index 986f2180404b..637b30e35592 100644 --- a/drivers/infiniband/hw/mthca/mthca_memfree.c +++ b/drivers/infiniband/hw/mthca/mthca_memfree.c | |||
@@ -32,10 +32,11 @@ | |||
32 | * $Id$ | 32 | * $Id$ |
33 | */ | 33 | */ |
34 | 34 | ||
35 | #include <linux/mm.h> | ||
36 | |||
35 | #include "mthca_memfree.h" | 37 | #include "mthca_memfree.h" |
36 | #include "mthca_dev.h" | 38 | #include "mthca_dev.h" |
37 | #include "mthca_cmd.h" | 39 | #include "mthca_cmd.h" |
38 | #include <linux/mm.h> | ||
39 | 40 | ||
40 | /* | 41 | /* |
41 | * We allocate in as big chunks as we can, up to a maximum of 256 KB | 42 | * We allocate in as big chunks as we can, up to a maximum of 256 KB |