Re: linux-next: build failure after merge of the infiniband tree
From: Roland Dreier <roland@kernel.org>
Date: 2012-05-21 16:03:32
Also in:
linux-rdma, lkml
From: Roland Dreier <roland@kernel.org>
Date: 2012-05-21 16:03:32
Also in:
linux-rdma, lkml
diff --git a/drivers/infiniband/hw/cxgb4/device.cb/drivers/infiniband/hw/cxgb4/device.c index c8fd1d8..cb4ecd7 100644--- a/drivers/infiniband/hw/cxgb4/device.c +++ b/drivers/infiniband/hw/cxgb4/device.c@@ -32,6 +32,7 @@#include <linux/module.h> #include <linux/moduleparam.h> #include <linux/debugfs.h> +#include <linux/vmalloc.h> #include <rdma/ib_verbs.h>
Thanks, I folded this into my pull request.