commit | d7fe0f241dceade9c8d4af75498765c5ff7f27e6 | [log] [tgz] |
---|---|---|
author | Al Viro <[email protected]> | Sun Dec 03 23:15:30 2006 -0500 |
committer | Al Viro <[email protected]> | Mon Dec 04 02:00:34 2006 -0500 |
tree | 442ab13842a548ef56904d11fd574c98fee14e69 | |
parent | bd01f843c3368dcee735c19603251669f23f4477 [diff] [blame] |
[PATCH] severing skbuff.h -> mm.h Signed-off-by: Al Viro <[email protected]>
diff --git a/drivers/net/typhoon.c b/drivers/net/typhoon.c index 8ddea1d..9781b16 100644 --- a/drivers/net/typhoon.c +++ b/drivers/net/typhoon.c
@@ -117,6 +117,7 @@ #include <linux/netdevice.h> #include <linux/etherdevice.h> #include <linux/skbuff.h> +#include <linux/mm.h> #include <linux/init.h> #include <linux/delay.h> #include <linux/ethtool.h>