On Wed, Jan 11, 2006 at 12:02:28PM +0300, Evgeniy Polyakov ([EMAIL PROTECTED]) 
wrote:
> On Wed, Jan 11, 2006 at 12:50:23AM -0800, David S. Miller ([EMAIL PROTECTED]) 
> wrote:
> > From: Andrew Morton <[EMAIL PROTECTED]>
> > Date: Wed, 11 Jan 2006 00:45:50 -0800
> > 
> > > Please do the allyesconfig, check?
> > 
> > Yep, will do.

Yet another.
Maybe include if_ether.h should include etherdevice.h?

diff --git a/net/ipv6/netfilter/ip6t_mac.c b/net/ipv6/netfilter/ip6t_mac.c
index ae0b092..c848152 100644
--- a/net/ipv6/netfilter/ip6t_mac.c
+++ b/net/ipv6/netfilter/ip6t_mac.c
@@ -11,6 +11,7 @@
 #include <linux/module.h>
 #include <linux/skbuff.h>
 #include <linux/if_ether.h>
+#include <linux/etherdevice.h>
 
 #include <linux/netfilter_ipv6/ip6t_mac.h>
 #include <linux/netfilter_ipv6/ip6_tables.h>

-- 
        Evgeniy Polyakov
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to