diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-11-16 00:52:08 -0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-18 14:49:16 -0500 |
commit | bcd081a3aef1f7f3786067ae8dd26aaa1cf85153 (patch) | |
tree | b937ff0b1ac186cf67cc8a6520e3054c709ee0b4 /usr | |
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>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions