From: Tobias Klauser Date: Mon, 20 Jun 2005 21:49:08 +0000 (+0200) Subject: [PATCH] drivers/block/sx8.c: Use the DMA_{64, 32}BIT_MASK constants X-Git-Tag: v2.6.13-rc1~51^2~42^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3948663ed89c2f17e37cd0936d964341edb193e;p=pandora-kernel.git [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 Signed-off-by: Domen Puncer --- Reading git-diff-tree failed