From: Tobias Klauser Date: Fri, 13 May 2005 02:20:53 +0000 (-0400) Subject: [PATCH] drivers/net/tulip/winbond-840: Use the DMA_32BIT_MASK constant X-Git-Tag: v2.6.13-rc1~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a87fcf40ce8cee1e85d936cd6d7662943c804e;p=pandora-kernel.git [PATCH] drivers/net/tulip/winbond-840: Use the DMA_32BIT_MASK constant The previous patch did not compile cleanly on all architectures so here's a fixed one. Use the DMA_32BIT_MASK constant from dma-mapping.h when calling pci_set_dma_mask() or pci_set_consistent_dma_mask() Signed-off-by: Tobias Klauser Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed