summaryrefslogtreecommitdiffstats
path: root/drivers/block
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew.r.wilcox@intel.com>2011-05-06 14:37:54 +0200
committerMatthew Wilcox <matthew.r.wilcox@intel.com>2011-11-04 20:53:02 +0100
commitfd63e9ceeeae58cfe877c2d49d41c1bf7532303c (patch)
treea26cd1d94fa88a7610dd454ec998639f9a387607 /drivers/block
parentNVMe: Add support for timing out I/Os (diff)
downloadlinux-fd63e9ceeeae58cfe877c2d49d41c1bf7532303c.tar.xz
linux-fd63e9ceeeae58cfe877c2d49d41c1bf7532303c.zip
NVMe: Add include of delay.h for msleep
Previously it was being implicitly included through some other header file Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Diffstat (limited to 'drivers/block')
-rw-r--r--drivers/block/nvme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/nvme.c b/drivers/block/nvme.c
index 9c0ab2af0fae..b285a7e0624d 100644
--- a/drivers/block/nvme.c
+++ b/drivers/block/nvme.c
@@ -20,6 +20,7 @@
#include <linux/bio.h>
#include <linux/bitops.h>
#include <linux/blkdev.h>
+#include <linux/delay.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/genhd.h>