[PATCH] drivers/block/sx8.c: Use the DMA_{64, 32}BIT_MASK constants
authorTobias Klauser <tklauser@nuerscht.ch>
Mon, 20 Jun 2005 21:49:08 +0000 (23:49 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Mon, 27 Jun 2005 04:06:11 +0000 (00:06 -0400)
commita3948663ed89c2f17e37cd0936d964341edb193e
treea69327d300d1df94a27fc39a49ea6f1c0d55dbf2
parent020f46a39eb7b99a575b9f4d105fce2b142acdf1
[PATCH] drivers/block/sx8.c: Use the DMA_{64, 32}BIT_MASK constants

Use the DMA_{64,32}BIT_MASK constants from dma-mapping.h when calling
pci_set_dma_mask() or pci_set_consistent_dma_mask()
These patches include 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 <tklauser@nuerscht.ch>
Signed-off-by: Domen Puncer <domen@coderock.org>
drivers/block/sx8.c