commit | 1e7f0bd8c8f2d0496ad338be5e69ff4395d77da4 | [log] [tgz] |
---|---|---|
author | Domen Puncer <domen@coderock.org> | Sun Jun 26 18:22:14 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun Jun 26 18:22:14 2005 -0400 |
tree | 8754be18382901e6143083fa8d7c7d8a76081407 | |
parent | 5ccabb9b45aff50e41d27a5f384ae2d2dd7640de [diff] |
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 <tklauser@nuerscht.ch> Signed-off-by: Domen Puncer <domen@coderock.org>