net: Fix build regression when INET_UDP_DIAG=y and IPV6=m

Tested-by: Anisse Astier <anisse@astier.eu>

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Anisse Astier 2012-02-07 07:39:11 +00:00 committed by David S. Miller
parent 3f61cd879c
commit 6d25886ee2
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ config INET_TCP_DIAG
config INET_UDP_DIAG config INET_UDP_DIAG
tristate "UDP: socket monitoring interface" tristate "UDP: socket monitoring interface"
depends on INET_DIAG depends on INET_DIAG && (IPV6 || IPV6=n)
default n default n
---help--- ---help---
Support for UDP socket monitoring interface used by the ss tool. Support for UDP socket monitoring interface used by the ss tool.