Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=e8b398deb73b4a0c3d636f2146c9f35f8eac6d88
Commit:     e8b398deb73b4a0c3d636f2146c9f35f8eac6d88
Parent:     38d5af9565f3fa1bf258f3eaeb47c4a95fd7a2b2
Author:     Dotan Barak <[EMAIL PROTECTED]>
AuthorDate: Tue Jul 31 16:37:11 2007 +0300
Committer:  Roland Dreier <[EMAIL PROTECTED]>
CommitDate: Fri Aug 3 10:45:17 2007 -0700

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Roland Dreier <[EMAIL PROTECTED]>
---
 include/rdma/ib_mad.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/rdma/ib_mad.h b/include/rdma/ib_mad.h
index 30712dd..8ec3799 100644
--- a/include/rdma/ib_mad.h
+++ b/include/rdma/ib_mad.h
@@ -39,6 +39,8 @@
 #if !defined( IB_MAD_H )
 #define IB_MAD_H
 
+#include <linux/list.h>
+
 #include <rdma/ib_verbs.h>
 
 /* Management base version */
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to