--- zzzz-none-000/linux-2.6.39.4/include/net/net_namespace.h 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/include/net/net_namespace.h 2021-11-10 13:38:18.000000000 +0000 @@ -159,7 +159,7 @@ return net; } -static inline void put_net(struct net *net) +static inline void put_net(struct net *net __attribute__((unused))) { } @@ -169,7 +169,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; } @@ -195,7 +195,7 @@ return net; } -static inline void release_net(struct net *net) +static inline void release_net(struct net *net __attribute__((unused))) { } #endif