The previous patch did not compile cleanly on all architectures so
here's a fixed one.

Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling
pci_set_dma_mask() or pci_set_consistent_dma_mask()
This patch includes dma-mapping.h explicitly because it caused errors
on some architectures otherwise.
See http://marc.theaimsgroup.com/?t=108001993000001&r=1&w=2 for details

Signed-off-by: Tobias Klauser <[EMAIL PROTECTED]>
Signed-off-by: Domen Puncer <[EMAIL PROTECTED]>
---


 kj-domen/drivers/scsi/sata_vsc.c |    1 +
 1 files changed, 1 insertion(+)

diff -puN drivers/scsi/sata_vsc.c~dma_mask-drivers_scsi_sata_vsc 
drivers/scsi/sata_vsc.c
--- kj/drivers/scsi/sata_vsc.c~dma_mask-drivers_scsi_sata_vsc   2005-04-05 
12:57:50.000000000 +0200
+++ kj-domen/drivers/scsi/sata_vsc.c    2005-04-05 12:57:50.000000000 +0200
@@ -21,6 +21,7 @@
 #include <linux/blkdev.h>
 #include <linux/delay.h>
 #include <linux/interrupt.h>
+#include <linux/dma-mapping.h>
 #include "scsi.h"
 #include <scsi/scsi_host.h>
 #include <linux/libata.h>
_
-
To unsubscribe from this list: send the line "unsubscribe linux-ide" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to