| commit | a3948663ed89c2f17e37cd0936d964341edb193e | [log] [tgz] |
|---|---|---|
| author | Tobias Klauser <tklauser@nuerscht.ch> | Mon Jun 20 23:49:08 2005 +0200 |
| committer | Jeff Garzik <jgarzik@pobox.com> | Mon Jun 27 00:06:11 2005 -0400 |
| tree | a69327d300d1df94a27fc39a49ea6f1c0d55dbf2 | |
| parent | 020f46a39eb7b99a575b9f4d105fce2b142acdf1 [diff] |
[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>