Browse Source

sbp-target: Add an #include directive

usleep_range() is called from sbp_target.c. Hence include header
file <linux/delay.h>.

Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Cc: Chris Boot <bootc@bootc.net>
Bart Van Assche 8 years ago
parent
commit
4323e65b79
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/target/sbp/sbp_target.c

+ 1 - 0
drivers/target/sbp/sbp_target.c

@@ -28,6 +28,7 @@
 #include <linux/string.h>
 #include <linux/configfs.h>
 #include <linux/ctype.h>
+#include <linux/delay.h>
 #include <linux/firewire.h>
 #include <linux/firewire-constants.h>
 #include <scsi/scsi_proto.h>