diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-04-24 19:28:36 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-24 19:28:36 (GMT) |
commit | fdca124a1bcc7e624f6b887c6f26153f40ee43ee (patch) | |
tree | 4cb4f2af9dc9bf8da8476d1fd4a7d65b6c3de127 /drivers/infiniband | |
parent | 461790f79028ee9bfc3dd9d9afccc7e264aff9c7 (diff) | |
download | linux-fsl-qoriq-fdca124a1bcc7e624f6b887c6f26153f40ee43ee.tar.xz |
[PATCH] missing include in mthca
Missing include - usual portability problems...
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/hw/mthca/mthca_memfree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/mthca/mthca_memfree.c b/drivers/infiniband/hw/mthca/mthca_memfree.c index 5824b6d..986f218 100644 --- a/drivers/infiniband/hw/mthca/mthca_memfree.c +++ b/drivers/infiniband/hw/mthca/mthca_memfree.c @@ -35,6 +35,7 @@ #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 |