commit | bcd081a3aef1f7f3786067ae8dd26aaa1cf85153 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Nov 16 00:52:08 2013 -0200 |
committer | David S. Miller <davem@davemloft.net> | Mon Nov 18 14:49:16 2013 -0500 |
tree | b937ff0b1ac186cf67cc8a6520e3054c709ee0b4 | |
parent | fdcf77659c103388a67f40f2f8db239b57c1ce4e [diff] |
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 <fabio.estevam@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>