From: Tobias Klauser Date: Mon, 20 Jun 2005 21:28:41 +0000 (-0700) Subject: [PATCH] drivers/net/wireless/ipw2200: Use the DMA_32BIT_MASK constant X-Git-Tag: v2.6.14-rc1~1017^2~43^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e08b44eedacb7824c88678d9a9ea7db25b5401c;p=pandora-kernel.git [PATCH] drivers/net/wireless/ipw2200: Use the DMA_32BIT_MASK constant 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 http://marc.theaimsgroup.com/?t=108001993000001&r=1&w=2 for details Signed-off-by: Tobias Klauser Cc: Jeff Garzik Signed-off-by: Andrew Morton --- Reading git-diff-tree failed