--- zzzz-none-000/linux-2.6.28.10/include/net/ip.h 2009-05-02 18:54:43.000000000 +0000 +++ fusiv-7390-686/linux-2.6.28.10/include/net/ip.h 2012-02-14 14:37:49.000000000 +0000 @@ -31,6 +31,7 @@ #include #include +#include struct sock; struct inet_skb_parm @@ -54,6 +55,9 @@ { __be32 addr; int oif; +#ifdef CONFIG_TI_META_DATA + unsigned int ti_meta_info; +#endif /* CONFIG_TI_META_DATA */ struct ip_options *opt; }; @@ -129,7 +133,7 @@ * multicast packets. */ -static inline void ip_tr_mc_map(__be32 addr, char *buf) +static inline void ip_tr_mc_map(__be32 addr __attribute__((unused)), char *buf) { buf[0]=0xC0; buf[1]=0x00;