From: Tobias Klauser Date: Fri, 13 May 2005 02:20:19 +0000 (-0400) Subject: [PATCH] drivers/net/tulip/dmfe: Use the DMA_32BIT_MASK constant X-Git-Tag: v2.6.13-rc1~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb199d42e18466e471fa46dc53413402a4ae93e7;p=pandora-kernel.git [PATCH] drivers/net/tulip/dmfe: 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