--- zzzz-none-000/linux-2.6.28.10/include/linux/seq_file_net.h 2009-05-02 18:54:43.000000000 +0000 +++ puma5-6360-529/linux-2.6.28.10/include/linux/seq_file_net.h 2009-10-15 12:29:26.000000000 +0000 @@ -18,7 +18,7 @@ int (*show)(struct seq_file *, void *)); int seq_release_net(struct inode *, struct file *); int single_release_net(struct inode *, struct file *); -static inline struct net *seq_file_net(struct seq_file *seq) +static inline struct net *seq_file_net(struct seq_file *seq __attribute__ ((unused))) { #ifdef CONFIG_NET_NS return ((struct seq_net_private *)seq->private)->net;