[PATCH] drivers/net/tulip/dmfe: Use the DMA_32BIT_MASK constant
authorTobias Klauser <tklauser@nuerscht.ch>
Fri, 13 May 2005 02:20:19 +0000 (22:20 -0400)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 13 May 2005 02:20:19 +0000 (22:20 -0400)
commitcb199d42e18466e471fa46dc53413402a4ae93e7
tree813d8cee082076801280de12ea45b31d3a77903c
parent8662d061719a202e8196a19c1043ce271318d31b
  [PATCH] drivers/net/tulip/dmfe: 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>
drivers/net/tulip/dmfe.c