[PATCH] [PARISC] fix lasi_82596 build
Helge Deller <[email protected]>
| Newsgroups | gmane.linux.ports.hppa |
|---|---|
| Message-ID | <[email protected]> |
Hi Kyle, this patch allows the current kernel to build the lasi_82596 driver. Please apply, Helge Signed-off-by: Helge Deller <[email protected]> diff --git a/drivers/net/lasi_82596.c b/drivers/net/lasi_82596.c index 6b49fc4..741780e 100644 --- a/drivers/net/lasi_82596.c +++ b/drivers/net/lasi_82596.c @@ -83,6 +83,7 @@ #include <linux/init.h> #include <linux/types.h> #include <linux/bitops.h> +#include <linux/dma-mapping.h> #include <asm/io.h> #include <asm/pgtable.h>