diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-10-19 22:08:53 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2006-12-04 08:00:29 +0100 |
commit | a1f8e7f7fb9d7e2cbcb53170edca7c0ac4680697 (patch) | |
tree | 2d1190c0099291d56a9c986f16bec17df2f6768b /drivers/net/sun3lance.c | |
parent | [PATCH] severing uaccess.h -> sched.h (diff) | |
download | linux-a1f8e7f7fb9d7e2cbcb53170edca7c0ac4680697.tar.xz linux-a1f8e7f7fb9d7e2cbcb53170edca7c0ac4680697.zip |
[PATCH] severing skbuff.h -> highmem.h
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'drivers/net/sun3lance.c')
-rw-r--r-- | drivers/net/sun3lance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/sun3lance.c b/drivers/net/sun3lance.c index b865db363ba0..47a1c09d19ac 100644 --- a/drivers/net/sun3lance.c +++ b/drivers/net/sun3lance.c @@ -38,6 +38,7 @@ static char *version = "sun3lance.c: v1.2 1/12/2001 Sam Creasey (sammy@sammy.ne #include <linux/skbuff.h> #include <linux/bitops.h> +#include <asm/cacheflush.h> #include <asm/setup.h> #include <asm/irq.h> #include <asm/io.h> |