From: Paul Bolle Date: Sun, 13 Nov 2011 03:36:37 +0000 (+0000) Subject: rds: drop "select LLIST" X-Git-Tag: v3.2-rc3~25^2~45 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c1c7c4bd4751dbf47cdacd0e73e67f0a1ed316;p=pandora-kernel.git rds: drop "select LLIST" Commit 1bc144b625 ("net, rds, Replace xlist in net/rds/xlist.h with llist") added "select LLIST" to the RDS_RDMA Kconfig entry. But there is no Kconfig symbol named LLIST. The select statement for that symbol is a nop. Drop it. lib/llist.o is builtin, so all that's needed to use the llist functionality is to include linux/llist.h, which this commit also did. Signed-off-by: Paul Bolle Signed-off-by: David S. Miller --- Reading git-diff-tree failed