From: David Miller Date: Mon, 5 Mar 2007 23:21:29 +0000 (-0800) Subject: RDMA/cxgb3: Fix build on sparc64 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c3bb1092c80fa2b9117cb0382d136a409496a07f;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git 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 Acked-by: Steve Wise Signed-off-by: Roland Dreier --- 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 #include #include +#include #include "cxio_resource.h" #include "cxio_hal.h"