[patch 1/1] block/cpqarray: Use the DMA_32BIT_MASK constant

2005-04-08 Thread domen
Use the DMA_32BIT_MASK constant from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() instead of custom macros. This patch includes dma-mapping.h explicitly because it caused errors on some architectures otherwise. See

[patch 1/1] block/cpqarray: Use the DMA_32BIT_MASK constant

2005-04-08 Thread domen
Use the DMA_32BIT_MASK constant from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() instead of custom macros. This patch includes dma-mapping.h explicitly because it caused errors on some architectures otherwise. See