From: Andrew Morton We need mm.h for VM_DONT_COPY, vm_area_struct, etc. Cc: Roland Dreier Signed-off-by: Andrew Morton --- 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 +#include #include "mthca_dev.h" #include "mthca_cmd.h" _