--- zzzz-none-000/linux-2.6.32.60/include/net/net_namespace.h 2012-10-07 21:41:24.000000000 +0000 +++ ur8-7270-606/linux-2.6.32.60/include/net/net_namespace.h 2010-07-16 10:24:07.000000000 +0000 @@ -152,7 +152,7 @@ return net; } -static inline void put_net(struct net *net) +static inline void put_net(struct net *net __attribute__ ((unused))) { } @@ -162,7 +162,7 @@ } static inline -int net_eq(const struct net *net1, const struct net *net2) +int net_eq(const struct net *net1 __attribute__ ((unused)), const struct net *net2 __attribute__ ((unused))) { return 1; } @@ -188,7 +188,7 @@ return net; } -static inline void release_net(struct net *net) +static inline void release_net(struct net *net __attribute__ ((unused))) { } #endif