All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steve Wise <swise@opengridcomputing.com>
To: David Miller <davem@davemloft.net>
Cc: rolandd@cisco.com, linux-kernel@vger.kernel.org
Subject: Re: [PATCH]: CXGB3 infiniband build fix
Date: Mon, 05 Mar 2007 17:27:00 -0600	[thread overview]
Message-ID: <1173137220.14159.92.camel@stevo-desktop> (raw)
In-Reply-To: <20070305.152129.112853008.davem@davemloft.net>


Acked-by: Steve Wise <swise@opengridcomputing.com>


On Mon, 2007-03-05 at 15:21 -0800, David Miller wrote:
> 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>
> 
> diff --git a/drivers/infiniband/hw/cxgb3/cxio_hal.c b/drivers/infiniband/hw/cxgb3/cxio_hal.c
> index d737c73..818cf1a 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"


  reply	other threads:[~2007-03-05 23:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-05 23:21 [PATCH]: CXGB3 infiniband build fix David Miller
2007-03-05 23:27 ` Steve Wise [this message]
2007-03-06 20:46 ` Roland Dreier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1173137220.14159.92.camel@stevo-desktop \
    --to=swise@opengridcomputing.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rolandd@cisco.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.