aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvme.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 1f062a9e521d..383d495c5e4c 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -17,7 +17,6 @@
17 17
18#include <uapi/linux/nvme.h> 18#include <uapi/linux/nvme.h>
19#include <linux/pci.h> 19#include <linux/pci.h>
20#include <linux/miscdevice.h>
21#include <linux/kref.h> 20#include <linux/kref.h>
22#include <linux/blk-mq.h> 21#include <linux/blk-mq.h>
23 22
@@ -89,7 +88,7 @@ struct nvme_dev {
89 struct nvme_bar __iomem *bar; 88 struct nvme_bar __iomem *bar;
90 struct list_head namespaces; 89 struct list_head namespaces;
91 struct kref kref; 90 struct kref kref;
92 struct miscdevice miscdev; 91 struct device *device;
93 work_func_t reset_workfn; 92 work_func_t reset_workfn;
94 struct work_struct reset_work; 93 struct work_struct reset_work;
95 char name[12]; 94 char name[12];