
From: Andrew Morton <akpm@osdl.org>

We need mm.h for VM_DONT_COPY, vm_area_struct, etc.

Cc: Roland Dreier <rolandd@cisco.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 drivers/infiniband/hw/mthca/mthca_provider.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/infiniband/hw/mthca/mthca_provider.c~ib-uverbs-add-mthca-mmap-support-fix drivers/infiniband/hw/mthca/mthca_provider.c
--- 25-alpha/drivers/infiniband/hw/mthca/mthca_provider.c~ib-uverbs-add-mthca-mmap-support-fix	2005-07-06 17:26:04.000000000 -0700
+++ 25-alpha-akpm/drivers/infiniband/hw/mthca/mthca_provider.c	2005-07-06 17:26:04.000000000 -0700
@@ -35,6 +35,7 @@
  */
 
 #include <ib_smi.h>
+#include <linux/mm.h>
 
 #include "mthca_dev.h"
 #include "mthca_cmd.h"
_
