summaryrefslogtreecommitdiffstats
path: root/drivers/target
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@sandisk.com>2016-11-15 11:23:01 -0800
committerBart Van Assche <bart.vanassche@sandisk.com>2016-12-09 10:20:10 -0800
commit4323e65b79e587b2f5ba27e1bdd91b6b54aea6b2 (patch)
treea69c4ac167eca86fd00edc4aacc92bf2434de2b2 /drivers/target
parent09ce66aee7763686a22ab26fbe8a889e0cec64e9 (diff)
downloadop-kernel-dev-4323e65b79e587b2f5ba27e1bdd91b6b54aea6b2.zip
op-kernel-dev-4323e65b79e587b2f5ba27e1bdd91b6b54aea6b2.tar.gz
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>
Diffstat (limited to 'drivers/target')
-rw-r--r--drivers/target/sbp/sbp_target.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/target/sbp/sbp_target.c b/drivers/target/sbp/sbp_target.c
index 6ca388e..e5c3e5f 100644
--- a/drivers/target/sbp/sbp_target.c
+++ b/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>
OpenPOWER on IntegriCloud