summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRoland Dreier2005-05-01 17:59:14 +0200
committerLinus Torvalds2005-05-01 17:59:14 +0200
commitdbcf31ba68c92b23ac3f874c4d516bacd5d7518a (patch)
tree180f65c99cf63e826d1b97a1e98a9c86f147ede3 /drivers
parent[PATCH] convert that currently tests _NSIG directly to use valid_signal() (diff)
downloadkernel-qcow2-linux-dbcf31ba68c92b23ac3f874c4d516bacd5d7518a.tar.gz
kernel-qcow2-linux-dbcf31ba68c92b23ac3f874c4d516bacd5d7518a.tar.xz
kernel-qcow2-linux-dbcf31ba68c92b23ac3f874c4d516bacd5d7518a.zip
[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.c3
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 @@
* $Id$
*/
+#include <linux/mm.h>
+
#include "mthca_memfree.h"
#include "mthca_dev.h"
#include "mthca_cmd.h"
-#include <linux/mm.h>
/*
* We allocate in as big chunks as we can, up to a maximum of 256 KB