IB: Include <linux/list.h> and <linux/rwsem.h> from <rdma/ib_verbs.h>
authorDotan Barak <dotanb@dev.mellanox.co.il>
Tue, 31 Jul 2007 13:49:15 +0000 (16:49 +0300)
committerRoland Dreier <rolandd@cisco.com>
Fri, 3 Aug 2007 17:45:18 +0000 (10:45 -0700)
commitbfb3ea125174813cdf87b1120caf0c9bd580283e
tree1c510cdf419b5b99981794d17dedc48cdc2a3d64
parente8b398deb73b4a0c3d636f2146c9f35f8eac6d88
IB: Include <linux/list.h> and <linux/rwsem.h> from <rdma/ib_verbs.h>

ib_verbs.h uses struct list_head and rw_semaphore, so while the files
<linux/list.h> and <linux/rwsem.h> seem to be pulled in indirectly by
the other header files it includes, the right thing is to include
those files directly.

Signed-off-by: Dotan Barak <dotanb@dev.mellanox.co.il>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
include/rdma/ib_verbs.h