Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6025dfe5b2598056cd763a2b10ca7e7faffb2e16
Commit:     6025dfe5b2598056cd763a2b10ca7e7faffb2e16
Parent:     15700770ef7c5d12e2f1659d2ddbeb3f658d9f37
Author:     David S. Miller <[EMAIL PROTECTED]>
AuthorDate: Sun Apr 29 16:12:29 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Sun May 6 22:43:41 2007 -0700

    [SCSI] SUNESP: sun_esp.c needs linux/delay.h
    
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 drivers/scsi/sun_esp.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/sun_esp.c b/drivers/scsi/sun_esp.c
index 8c766bc..bbeb245 100644
--- a/drivers/scsi/sun_esp.c
+++ b/drivers/scsi/sun_esp.c
@@ -5,6 +5,7 @@
 
 #include <linux/kernel.h>
 #include <linux/types.h>
+#include <linux/delay.h>
 #include <linux/module.h>
 #include <linux/init.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