All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jeff@garzik.org>
To: akpm@linux-foundation.org
Cc: linux-ide@vger.kernel.org
Subject: Re: [patch 1/1] ata: drivers/ata/sata_mv.c needs dmapool.h
Date: Wed, 06 Feb 2008 07:03:55 -0500	[thread overview]
Message-ID: <47A9A22B.9090803@garzik.org> (raw)
In-Reply-To: <200802050743.m157hPsJ010259@imap1.linux-foundation.org>

akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
> 
> mips:
> 
> drivers/ata/sata_mv.c: In function `mv_port_free_dma_mem':
> drivers/ata/sata_mv.c:1080: error: implicit declaration of function `dma_pool_free'
> 
> Cc: Jeff Garzik <jeff@garzik.org>
> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
> ---
> 
>  drivers/ata/sata_mv.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff -puN drivers/ata/sata_mv.c~ata-drivers-ata-sata_mvc-needs-dmapoolh drivers/ata/sata_mv.c
> --- a/drivers/ata/sata_mv.c~ata-drivers-ata-sata_mvc-needs-dmapoolh
> +++ a/drivers/ata/sata_mv.c
> @@ -69,6 +69,7 @@
>  #include <linux/blkdev.h>
>  #include <linux/delay.h>
>  #include <linux/interrupt.h>
> +#include <linux/dmapool.h>
>  #include <linux/dma-mapping.h>
>  #include <linux/device.h>
>  #include <scsi/scsi_host.h>

applied



      reply	other threads:[~2008-02-06 12:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-05  7:43 [patch 1/1] ata: drivers/ata/sata_mv.c needs dmapool.h akpm
2008-02-06 12:03 ` Jeff Garzik [this message]

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=47A9A22B.9090803@garzik.org \
    --to=jeff@garzik.org \
    --cc=akpm@linux-foundation.org \
    --cc=linux-ide@vger.kernel.org \
    /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.