Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=df96efd73b81b8bc2d23b3d8b6025cce3d43db6c
Commit:     df96efd73b81b8bc2d23b3d8b6025cce3d43db6c
Parent:     0d4cbb5e7f60b2f1a4d8b7f6ea4cc264262c7a01
Author:     Yoichi Yuasa <[EMAIL PROTECTED]>
AuthorDate: Tue Sep 11 22:24:45 2007 +0100
Committer:  Richard Purdie <[EMAIL PROTECTED]>
CommitDate: Tue Sep 11 22:24:45 2007 +0100

    leds: Add missing include for leds.h
    
    This patch has added #include <linux/spinlock.h> to include/linux/leds.h
    for rwlock_t.
    
    Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]>
    Signed-off-by: Richard Purdie <[EMAIL PROTECTED]>
---
 include/linux/leds.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/leds.h b/include/linux/leds.h
index 4211750..dc1178f 100644
--- a/include/linux/leds.h
+++ b/include/linux/leds.h
@@ -13,6 +13,7 @@
 #define __LINUX_LEDS_H_INCLUDED
 
 #include <linux/list.h>
+#include <linux/spinlock.h>
 
 struct device;
 /*
-
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