commit | 10a87fcf40ce8cee1e85d936cd6d7662943c804e | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@nuerscht.ch> | Thu May 12 22:20:53 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu May 12 22:20:53 2005 -0400 |
tree | c2b0237c481de884e89aed19b2bad6a195599135 | |
parent | cb199d42e18466e471fa46dc53413402a4ae93e7 [diff] |
[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 <tklauser@nuerscht.ch> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>