--- zzzz-none-000/linux-2.6.32.61/include/linux/seq_file_net.h 2013-06-10 09:43:48.000000000 +0000 +++ ar10-7272-687/linux-2.6.32.61/include/linux/seq_file_net.h 2010-07-16 10:24:07.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;