From: Tobias Klauser Date: Sat, 29 Oct 2005 13:09:26 +0000 (+0200) Subject: [PATCH] drivers/net/tg3: Use the DMA_{32,64}BIT_MASK constants X-Git-Tag: v2.6.15-rc1~731^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9a5f7d3f3319aac02a7a36a2fea10bd33c3d16a;p=pandora-kernel.git [PATCH] drivers/net/tg3: Use the DMA_{32,64}BIT_MASK constants This one from my DMA_{32,64}BIT_MASK series did not seem to make it through to upstream. Use the DMA_{32,64}BIT_MASK constants from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() 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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed