IB: Include <linux/list.h> from <rdma/ib_mad.h>
authorDotan Barak <dotanb@dev.mellanox.co.il>
Tue, 31 Jul 2007 13:37:11 +0000 (16:37 +0300)
committerRoland Dreier <rolandd@cisco.com>
Fri, 3 Aug 2007 17:45:17 +0000 (10:45 -0700)
commite8b398deb73b4a0c3d636f2146c9f35f8eac6d88
treeeac160876ef715cef19c1bd33c8920f5b3f2d1ad
parent38d5af9565f3fa1bf258f3eaeb47c4a95fd7a2b2
IB: Include <linux/list.h> from <rdma/ib_mad.h>

ib_mad.h uses struct list_head, so while linux/list.h seems to be
pulled in indirectly by one of the headers it includes, the right
thing is to include linux/list.h directly.

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