Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd63e9ce authored by Matthew Wilcox's avatar Matthew Wilcox
Browse files

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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>