diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-12 22:47:36 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 20:58:22 +0100 |
commit | 3f9416cacc705e7d44611048168fc9180233299c (patch) | |
tree | aa814d95042f428097c198458cb53fd52807694d /net | |
parent | 085c9461edc964d1956aece94c45ce6295f6221f (diff) | |
download | blackbird-obmc-linux-3f9416cacc705e7d44611048168fc9180233299c.tar.gz blackbird-obmc-linux-3f9416cacc705e7d44611048168fc9180233299c.zip |
drop "select GCD" from three Kconfig files
There is no Kconfig symbol named GCD. The three select statements for
that symbol are nops. Drop these.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net')
-rw-r--r-- | net/netfilter/ipvs/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/netfilter/ipvs/Kconfig b/net/netfilter/ipvs/Kconfig index 70bd1d0774c6..ca80de53d1eb 100644 --- a/net/netfilter/ipvs/Kconfig +++ b/net/netfilter/ipvs/Kconfig @@ -122,7 +122,6 @@ config IP_VS_RR config IP_VS_WRR tristate "weighted round-robin scheduling" - select GCD ---help--- The weighted robin-robin scheduling algorithm directs network connections to different real servers based on server weights |