commit | 6025dfe5b2598056cd763a2b10ca7e7faffb2e16 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Sun Apr 29 16:12:29 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun May 06 22:43:41 2007 -0700 |
tree | 7ec8d87efc1f5e033af0a12501a33c42af8afbc8 | |
parent | 15700770ef7c5d12e2f1659d2ddbeb3f658d9f37 [diff] [blame] |
[SCSI] SUNESP: sun_esp.c needs linux/delay.h Signed-off-by: David S. Miller <davem@davemloft.net>
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>