aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/nvme.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 383d495c5e4c..e2429e8cdab4 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -91,6 +91,7 @@ struct nvme_dev {
91 struct device *device; 91 struct device *device;
92 work_func_t reset_workfn; 92 work_func_t reset_workfn;
93 struct work_struct reset_work; 93 struct work_struct reset_work;
94 struct work_struct probe_work;
94 char name[12]; 95 char name[12];
95 char serial[20]; 96 char serial[20];
96 char model[40]; 97 char model[40];