--- zzzz-none-000/linux-2.6.32.61/include/net/net_namespace.h 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/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