commit | bfb3ea125174813cdf87b1120caf0c9bd580283e | [log] [tgz] |
---|---|---|
author | Dotan Barak <dotanb@dev.mellanox.co.il> | Tue Jul 31 16:49:15 2007 +0300 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Aug 03 10:45:18 2007 -0700 |
tree | 1c510cdf419b5b99981794d17dedc48cdc2a3d64 | |
parent | e8b398deb73b4a0c3d636f2146c9f35f8eac6d88 [diff] |
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>