export tcp_nuke_addr to build ipv6 as module
authorAndrey Konovalov <andrey.konovalov@linaro.org>
Tue, 23 Sep 2014 19:38:14 +0000 (01:08 +0530)
committerAmit Pundir <amit.pundir@linaro.org>
Tue, 23 Sep 2014 19:39:21 +0000 (01:09 +0530)
commit03c6fb711a50ed882fdafce6acf5dd92272fd0b7
treed5cdf703afe3d8126f479c7713aeb7004a7287cc
parentca49d5e56c1c558e235d2caf6de0fe8efdfb9bd3
export tcp_nuke_addr to build ipv6 as module

Otherwise we run into following build error:
-----8<-----
  ...
  CC [M]  net/ipv6/netfilter/ip6t_REJECT.o
  CC [M]  net/xfrm/xfrm_ipcomp.o
  Building modules, stage 2.
  MODPOST 36 modules
ERROR: "tcp_nuke_addr" [net/ipv6/ipv6.ko] undefined!
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2
-----8<-----

Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
net/ipv4/tcp.c