net: fix build errors if ipv6 is disabled
authorEric Dumazet <edumazet@google.com>
Wed, 9 Oct 2013 10:05:48 +0000 (03:05 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Oct 2013 17:04:03 +0000 (13:04 -0400)
CONFIG_IPV6=n is still a valid choice ;)

It appears we can remove dead code.

Reported-by: Wu Fengguang <fengguang.wu@intel.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found