Skip to content

Commit

Permalink
[DCCP]: Remove redundant dependency on IP_DCCP
Browse files Browse the repository at this point in the history
This cleans up the consequences of an earlier patch which
introduced the `if IP_DCCP' clause into net/dccp/Kconfig.

The CCID Kconfig menu is sourced within this clause; as a
consequence, all tests of type `depends on IP_DCCP' are now
redundant.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Ian McDonald <ian.mcdonald@jandi.co.nz>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Gerrit Renker authored and David S. Miller committed Jan 28, 2008
1 parent e333b3e commit 6d57b43
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions net/dccp/ccids/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
menu "DCCP CCIDs Configuration (EXPERIMENTAL)"
depends on IP_DCCP && EXPERIMENTAL
depends on EXPERIMENTAL

config IP_DCCP_CCID2
tristate "CCID2 (TCP-Like) (EXPERIMENTAL)"
depends on IP_DCCP
def_tristate IP_DCCP
select IP_DCCP_ACKVEC
---help---
Expand Down Expand Up @@ -38,7 +37,6 @@ config IP_DCCP_CCID2_DEBUG

config IP_DCCP_CCID3
tristate "CCID3 (TCP-Friendly) (EXPERIMENTAL)"
depends on IP_DCCP
def_tristate IP_DCCP
---help---
CCID 3 denotes TCP-Friendly Rate Control (TFRC), an equation-based
Expand Down

0 comments on commit 6d57b43

Please sign in to comment.