From: "Kok, Auke" <[EMAIL PROTECTED]> Date: Thu, 04 Oct 2007 14:49:10 -0700
> I'm getting this on net-2.6.24 today: > > CC [M] net/ipv4/ip_gre.o > net/ipv4/ip_gre.c:1135: error: 'ipgre_header' undeclared here (not in a > function) > make[2]: *** [net/ipv4/ip_gre.o] Error 1 > make[1]: *** [net/ipv4] Error 2 > make[1]: *** Waiting for unfinished jobs.... > > > the git log says sch touched it last: Please us Stephen's current email address if you really want to reach him :) It was even mentioned in the commit sign off. I've fixed it up in the CC: > [NET]: Move hardware header operations out of netdevice. > > Since hardware header operations are part of the protocol class > not the device instance, make them into a separate object and > save memory. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> > Signed-off-by: David S. Miller <[EMAIL PROTECTED]> Stephen, we need to handle the case where NET_IPGRE_BROADCAST is not enabled. ipgre_header() is only compiled in when that is set, but you reference it unconditionally. - 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