Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4323e65b authored by Bart Van Assche's avatar Bart Van Assche
Browse files

sbp-target: Add an #include directive



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

Signed-off-by: default avatarBart Van Assche <bart.vanassche@sandisk.com>
Cc: Chris Boot <bootc@bootc.net>
parent 09ce66ae
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>