aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/dl2k.c
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2006-05-15 09:44:43 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-05-15 11:20:58 -0700
commitc4694c76ce28dd7e415b4f3014d8c6e580b5f3d2 (patch)
treef06021acf77cc63e869a0fb75348eec93f99c2c1 /drivers/net/dl2k.c
parent194a61b8e09ac526c33777a688ee2a1504d7fbc3 (diff)
[PATCH] dl2k needs dma-mapping.h
On alpha: drivers/net/dl2k.c: In function `rio_free_tx': drivers/net/dl2k.c:768: error: `DMA_48BIT_MASK' undeclared (first use in this function) drivers/net/dl2k.c:768: error: (Each undeclared identifier is reported only once drivers/net/dl2k.c:768: error: for each function it appears in.) drivers/net/dl2k.c: In function `receive_packet': drivers/net/dl2k.c:896: error: `DMA_48BIT_MASK' undeclared (first use in this function) drivers/net/dl2k.c: In function `rio_close': drivers/net/dl2k.c:1803: error: `DMA_48BIT_MASK' undeclared (first use in this function) Cc: Jeff Garzik <jeff@garzik.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/net/dl2k.c')
-rw-r--r--drivers/net/dl2k.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/dl2k.c b/drivers/net/dl2k.c
index 1ddefd28121..038447fb5c5 100644
--- a/drivers/net/dl2k.c
+++ b/drivers/net/dl2k.c
@@ -53,6 +53,7 @@
#define DRV_VERSION "v1.17b"
#define DRV_RELDATE "2006/03/10"
#include "dl2k.h"
+#include <linux/dma-mapping.h>
static char version[] __devinitdata =
KERN_INFO DRV_NAME " " DRV_VERSION " " DRV_RELDATE "\n";