Revision 77c1c7c4bd4751dbf47cdacd0e73e67f0a1ed316 authored by Paul Bolle on 13 November 2011, 03:36:37 UTC, committed by David S. Miller on 14 November 2011, 05:10:50 UTC
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 <pebolle@tiscali.nl>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 3ed90f7
History
File Mode Size
Kbuild -rw-r--r-- 158 bytes
ib_addr.h -rw-r--r-- 8.2 KB
ib_cache.h -rw-r--r-- 4.2 KB
ib_cm.h -rw-r--r-- 18.2 KB
ib_fmr_pool.h -rw-r--r-- 3.4 KB
ib_mad.h -rw-r--r-- 22.3 KB
ib_marshall.h -rw-r--r-- 2.0 KB
ib_pack.h -rw-r--r-- 8.0 KB
ib_pma.h -rw-r--r-- 5.4 KB
ib_sa.h -rw-r--r-- 14.1 KB
ib_smi.h -rw-r--r-- 4.3 KB
ib_umem.h -rw-r--r-- 2.6 KB
ib_user_cm.h -rw-r--r-- 6.4 KB
ib_user_mad.h -rw-r--r-- 7.0 KB
ib_user_sa.h -rw-r--r-- 2.2 KB
ib_user_verbs.h -rw-r--r-- 14.1 KB
ib_verbs.h -rw-r--r-- 62.2 KB
iw_cm.h -rw-r--r-- 8.2 KB
rdma_cm.h -rw-r--r-- 11.7 KB
rdma_cm_ib.h -rw-r--r-- 2.1 KB
rdma_netlink.h -rw-r--r-- 2.2 KB
rdma_user_cm.h -rw-r--r-- 4.9 KB

back to top