From: Tobias Klauser Date: Fri, 13 May 2005 02:19:39 +0000 (-0400) Subject: [PATCH] drivers/net/8139cp: Use the DMA_{64, 32}BIT_MASK constants X-Git-Tag: v2.6.13-rc1~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8662d061719a202e8196a19c1043ce271318d31b;p=pandora-kernel.git [PATCH] drivers/net/8139cp: Use the DMA_{64, 32}BIT_MASK constants The previous patch did not compile cleanly on all architectures so here's a fixed one. Use the DMA_{64,32}BIT_MASK constants 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