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

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
......@@ -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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment