Explorar o código

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 %!s(int64=9) %!d(string=hai) anos
pai
achega
4323e65b79
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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>