aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/cxgb3
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2007-03-05 15:21:29 -0800
committerRoland Dreier <rolandd@cisco.com>2007-03-06 12:45:57 -0800
commitc3bb1092c80fa2b9117cb0382d136a409496a07f (patch)
treeece13747080806973b4bb6c1e318a3203c38fe0c /drivers/infiniband/hw/cxgb3
parentRDMA/cma: Initialize rdma_bind_list in cma_alloc_any_port() (diff)
downloadlinux-dev-c3bb1092c80fa2b9117cb0382d136a409496a07f.tar.xz
linux-dev-c3bb1092c80fa2b9117cb0382d136a409496a07f.zip
RDMA/cxgb3: Fix build on sparc64
cxgb3 uses dma_alloc_coherent() et al. thus needs linux/dma-mapping.h include in order to build reliably. Noticed on sparc64. Signed-off-by: David S. Miller <davem@davemloft.net> Acked-by: Steve Wise <swise@opengridcomputing.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'drivers/infiniband/hw/cxgb3')
-rw-r--r--drivers/infiniband/hw/cxgb3/cxio_hal.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.c b/drivers/infiniband/hw/cxgb3/cxio_hal.c
index d737c738d876..818cf1aee8c7 100644
--- a/drivers/infiniband/hw/cxgb3/cxio_hal.c
+++ b/drivers/infiniband/hw/cxgb3/cxio_hal.c
@@ -36,6 +36,7 @@
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/pci.h>
+#include <linux/dma-mapping.h>
#include "cxio_resource.h"
#include "cxio_hal.h"