Skip to content

Commit

Permalink
[SCSI] SUNESP: sun_esp.c needs linux/delay.h
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed May 7, 2007
1 parent 1570077 commit 6025dfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/sun_esp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/delay.h>
#include <linux/module.h>
#include <linux/init.h>

Expand Down

0 comments on commit 6025dfe

Please sign in to comment.