From: Domen Puncer Date: Sun, 26 Jun 2005 22:22:14 +0000 (-0400) Subject: drivers/net/: Use the DMA_{64,32}BIT_MASK constants X-Git-Tag: v2.6.13-rc1~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e7f0bd8c8f2d0496ad338be5e69ff4395d77da4;p=pandora-kernel.git drivers/net/: Use the DMA_{64,32}BIT_MASK constants Use the DMA_{64,32}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: Domen Puncer --- Reading git-diff-tree failed