aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvme.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nvme.h b/include/linux/nvme.h
index 8541dd920bb7..2bf403195c09 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -90,7 +90,7 @@ struct nvme_dev {
90 struct miscdevice miscdev; 90 struct miscdevice miscdev;
91 work_func_t reset_workfn; 91 work_func_t reset_workfn;
92 struct work_struct reset_work; 92 struct work_struct reset_work;
93 struct notifier_block nb; 93 struct work_struct cpu_work;
94 char name[12]; 94 char name[12];
95 char serial[20]; 95 char serial[20];
96 char model[40]; 96 char model[40];