Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=f8916c11a4dc4cb2367e9bee1788f4e0f1b4eabc
Commit:     f8916c11a4dc4cb2367e9bee1788f4e0f1b4eabc
Parent:     9e584a4fe58881e2dc8f09bdf8444b199ab5ecaf
Author:     Michael S. Tsirkin <[EMAIL PROTECTED]>
AuthorDate: Sun Jun 10 22:39:12 2007 +0300
Committer:  Greg Kroah-Hartman <[EMAIL PROTECTED]>
CommitDate: Wed Jul 11 16:09:01 2007 -0700

    Driver core: include linux/mutex.h from attribute_container.c
    
    attribute_container.c uses DEFINE_MUTEX, so while
    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]>
---
 drivers/base/attribute_container.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/base/attribute_container.c 
b/drivers/base/attribute_container.c
index 1ec0654..7370d7c 100644
--- a/drivers/base/attribute_container.c
+++ b/drivers/base/attribute_container.c
@@ -18,6 +18,7 @@
 #include <linux/slab.h>
 #include <linux/list.h>
 #include <linux/module.h>
+#include <linux/mutex.h>
 
 #include "base.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