Browse Source

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>
Matthew Wilcox 14 years ago
parent
commit
fd63e9ceee
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/block/nvme.c

+ 1 - 0
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>