diff options
author | Andrew Morton <akpm@osdl.org> | 2005-11-10 18:29:27 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-11 05:52:37 -0500 |
commit | d0bbccfa3297d3ef6ae4691585abde9a6c26b186 (patch) | |
tree | 96130802e4139de760cfafe452afe9e2482fac76 /drivers/net/sky2.c | |
parent | 3b621ee5df437d3f332a635ab6421aaa61a7dc2b (diff) |
[PATCH] sky2 needs dma_mapping.h
On alpha:
drivers/net/sky2.c: In function `sky2_probe':
drivers/net/sky2.c:2819: error: `DMA_64BIT_MASK' undeclared (first use in this function)
drivers/net/sky2.c:2819: error: (Each undeclared identifier is reported only once
drivers/net/sky2.c:2819: error: for each function it appears in.)
drivers/net/sky2.c:2825: error: `DMA_32BIT_MASK' undeclared (first use in this function)
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/sky2.c')
-rw-r--r-- | drivers/net/sky2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index e08695a2ca5a..9f89000e5ad5 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c | |||
@@ -38,6 +38,7 @@ | |||
38 | #include <linux/version.h> | 38 | #include <linux/version.h> |
39 | #include <linux/module.h> | 39 | #include <linux/module.h> |
40 | #include <linux/netdevice.h> | 40 | #include <linux/netdevice.h> |
41 | #include <linux/dma-mapping.h> | ||
41 | #include <linux/etherdevice.h> | 42 | #include <linux/etherdevice.h> |
42 | #include <linux/ethtool.h> | 43 | #include <linux/ethtool.h> |
43 | #include <linux/pci.h> | 44 | #include <linux/pci.h> |