Arnd Bergmann 7ae665f132 sctp: fix unused lable warning
The proc file cleanup left a label possibly unused:

net/sctp/protocol.c: In function 'sctp_defaults_init':
net/sctp/protocol.c:1304:1: error: label 'err_init_proc' defined but not used [-Werror=unused-label]

This adds an #ifdef around it to match the respective 'goto'.

Fixes: d47d08c8ca05 ("sctp: use proc_remove_subtree()")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-29 14:38:27 -04:00
..
2018-02-13 13:56:31 -05:00
2018-02-13 13:56:31 -05:00
2018-03-17 20:11:22 -04:00
2018-03-14 13:48:27 -04:00
2018-03-26 12:07:48 -04:00
2018-03-29 14:38:27 -04:00
2013-12-06 12:37:56 -05:00