summaryrefslogtreecommitdiffstats
path: root/include/linux/efi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/efi.h')
-rw-r--r--include/linux/efi.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/efi.h b/include/linux/efi.h
index d8b555db81c7..deecb2902715 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -1157,12 +1157,6 @@ struct efivar_operations {
1157}; 1157};
1158 1158
1159struct efivars { 1159struct efivars {
1160 /*
1161 * ->lock protects two things:
1162 * 1) efivarfs_list and efivars_sysfs_list
1163 * 2) ->ops calls
1164 */
1165 spinlock_t lock;
1166 struct kset *kset; 1160 struct kset *kset;
1167 struct kobject *kobject; 1161 struct kobject *kobject;
1168 const struct efivar_operations *ops; 1162 const struct efivar_operations *ops;