aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/linux/dmi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dmi.h b/include/linux/dmi.h
index 2f9f98827c0a..5055ac34142d 100644
--- a/include/linux/dmi.h
+++ b/include/linux/dmi.h
@@ -75,7 +75,7 @@ struct dmi_header {
75 u8 type; 75 u8 type;
76 u8 length; 76 u8 length;
77 u16 handle; 77 u16 handle;
78}; 78} __packed;
79 79
80struct dmi_device { 80struct dmi_device {
81 struct list_head list; 81 struct list_head list;