[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)
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>

No differences found