aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 f0f95c719685..15d071eba8b8 100644
--- a/include/linux/nvme.h
+++ b/include/linux/nvme.h
@@ -92,6 +92,7 @@ struct nvme_dev {
92 struct kref kref; 92 struct kref kref;
93 struct miscdevice miscdev; 93 struct miscdevice miscdev;
94 struct work_struct reset_work; 94 struct work_struct reset_work;
95 struct notifier_block nb;
95 char name[12]; 96 char name[12];
96 char serial[20]; 97 char serial[20];
97 char model[40]; 98 char model[40];