From: Ingo Molnar Date: Wed, 26 Nov 2008 00:58:19 +0000 (-0800) Subject: ax25: fix warning in net/ax25/sysctl_net_ax25.c X-Git-Tag: v2.6.29-rc1~581^2~464 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e14bec2e2b59a6180f04544a867b7e52cd414455;p=pandora-kernel.git ax25: fix warning in net/ax25/sysctl_net_ax25.c fix this warning: net/ax25/sysctl_net_ax25.c:27: warning: ‘min_ds_timeout’ defined but not used net/ax25/sysctl_net_ax25.c:27: warning: ‘max_ds_timeout’ defined but not used These are only used in the CONFIG_AX25_DAMA_SLAVE case. Signed-off-by: Ingo Molnar Signed-off-by: David S. Miller --- Reading git-diff-tree failed