Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=633c52dccd73d83eabbe1fb23e3822b695a2718b
Commit:     633c52dccd73d83eabbe1fb23e3822b695a2718b
Parent:     015b066f4e5dbd301144c2de1c53329178f67a01
Author:     Stefan Richter <[EMAIL PROTECTED]>
AuthorDate: Mon Mar 19 11:37:16 2007 -0400
Committer:  Stefan Richter <[EMAIL PROTECTED]>
CommitDate: Tue Mar 20 23:27:19 2007 +0100

    firewire: add includes for sem and rw_sem
    
    as a precaution.
    
    Signed-off-by: Stefan Richter <[EMAIL PROTECTED]>
---
 drivers/firewire/fw-device.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/drivers/firewire/fw-device.c b/drivers/firewire/fw-device.c
index 15721a7..415e9ab 100644
--- a/drivers/firewire/fw-device.c
+++ b/drivers/firewire/fw-device.c
@@ -26,6 +26,8 @@
 #include <linux/device.h>
 #include <linux/delay.h>
 #include <linux/idr.h>
+#include <linux/rwsem.h>
+#include <asm/semaphore.h>
 #include "fw-transaction.h"
 #include "fw-topology.h"
 #include "fw-device.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