commit | 8662d061719a202e8196a19c1043ce271318d31b | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@nuerscht.ch> | Thu May 12 22:19:39 2005 -0400 |
committer | Jeff Garzik <jgarzik@pobox.com> | Thu May 12 22:19:39 2005 -0400 |
tree | 9cdcba414710d655be15bcacf566482402ea5e1e | |
parent | 88d7bd8cb9eb8d64bf7997600b0d64f7834047c5 [diff] |
[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 <tklauser@nuerscht.ch> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>