--- zzzz-none-000/linux-2.6.28.10/include/net/net_namespace.h 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/include/net/net_namespace.h 2009-10-15 12:29:26.000000000 +0000 @@ -141,7 +141,7 @@ } #else -static inline int net_alive(struct net *net) +static inline int net_alive(struct net *net __attribute__ ((unused))) { return 1; } @@ -151,7 +151,7 @@ return net; } -static inline void put_net(struct net *net) +static inline void put_net(struct net *net __attribute__ ((unused))) { } @@ -161,7 +161,8 @@ } 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; } @@ -187,7 +188,7 @@ return net; } -static inline void release_net(struct net *net) +static inline void release_net(struct net *net __attribute__ ((unused))) { } #endif