Commit fd63e9ce authored by Matthew Wilcox's avatar Matthew Wilcox

NVMe: Add include of delay.h for msleep

Previously it was being implicitly included through some other header file
Signed-off-by: default avatarMatthew Wilcox <matthew.r.wilcox@intel.com>
parent 8de05535
......@@ -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>
......
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