]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/tehuti.h
Merge branch 'omap-pool'
[linux-2.6-omap-h63xx.git] / drivers / net / tehuti.h
index dec67e0a9ca2b491a5a1636acb6eb4f4efe28bf3..4fc875e5dcddfe2617436aa3059515594465714d 100644 (file)
@@ -31,6 +31,7 @@
 #include <linux/vmalloc.h>
 #include <linux/firmware.h>
 #include <asm/byteorder.h>
+#include <linux/dma-mapping.h>
 
 /* Compile Time Switches */
 /* start */
 #define READ_REG(pp, reg)         readl(pp->pBdxRegs + reg)
 #define WRITE_REG(pp, reg, val)   writel(val, pp->pBdxRegs + reg)
 
-#ifndef DMA_64BIT_MASK
-#   define DMA_64BIT_MASK  0xffffffffffffffffULL
-#endif
-
-#ifndef DMA_32BIT_MASK
-#   define DMA_32BIT_MASK  0x00000000ffffffffULL
-#endif
-
 #ifndef NET_IP_ALIGN
 #   define NET_IP_ALIGN 2
 #endif