* [patch 1/1] ata: drivers/ata/sata_mv.c needs dmapool.h
@ 2008-02-05 7:43 akpm
2008-02-06 12:03 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2008-02-05 7:43 UTC (permalink / raw)
To: jeff; +Cc: linux-ide, akpm
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>
_
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch 1/1] ata: drivers/ata/sata_mv.c needs dmapool.h
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
0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2008-02-06 12:03 UTC (permalink / raw)
To: akpm; +Cc: linux-ide
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-02-06 12:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.