From: Fabio Estevam Date: Sat, 16 Nov 2013 02:52:08 +0000 (-0200) Subject: net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n X-Git-Tag: v3.13-rc1~33^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcd081a3aef1f7f3786067ae8dd26aaa1cf85153;p=pandora-kernel.git net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=n When CONFIG_SYSCTL=n the following build warning happens: net/ipv6/ndisc.c:1730:1: warning: label 'out' defined but not used [-Wunused-label] The 'out' label is only used when CONFIG_SYSCTL=y, so move it inside the 'ifdef CONFIG_SYSCTL' block. Signed-off-by: Fabio Estevam Signed-off-by: David S. Miller --- Reading git-diff-tree failed