Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=63019d9329628a5056b3a0c76aee955873dc25c3
Commit:     63019d9329628a5056b3a0c76aee955873dc25c3
Parent:     1d3f4b905a786d69103d9e6d8e92683fb2c7a027
Author:     Michael S. Tsirkin <[EMAIL PROTECTED]>
AuthorDate: Mon Jun 11 08:56:10 2007 +0300
Committer:  Roland Dreier <[EMAIL PROTECTED]>
CommitDate: Mon Jul 9 16:17:33 2007 -0700

    IB/mlx4: Include linux/mutex.h from mlx4_ib.h
    
    mlx4_ib.h uses struct mutex, so although <linux/mutex.h> seems to be
    pulled in indirectly by one of the headers it includes, the right
    thing is to include <linux/mutex.h> directly.
    
    Signed-off-by: Michael S. Tsirkin <[EMAIL PROTECTED]>
    Signed-off-by: Roland Dreier <[EMAIL PROTECTED]>
---
 drivers/infiniband/hw/mlx4/mlx4_ib.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/infiniband/hw/mlx4/mlx4_ib.h 
b/drivers/infiniband/hw/mlx4/mlx4_ib.h
index 24ccadd..40b8391 100644
--- a/drivers/infiniband/hw/mlx4/mlx4_ib.h
+++ b/drivers/infiniband/hw/mlx4/mlx4_ib.h
@@ -35,6 +35,7 @@
 
 #include <linux/compiler.h>
 #include <linux/list.h>
+#include <linux/mutex.h>
 
 #include <rdma/ib_verbs.h>
 #include <rdma/ib_umem.h>
-
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