We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab0837 commit 145ac10Copy full SHA for 145ac10
drivers/firmware/efi/esrt.c
@@ -75,8 +75,6 @@ static LIST_HEAD(entry_list);
75
struct esre_attribute {
76
struct attribute attr;
77
ssize_t (*show)(struct esre_entry *entry, char *buf);
78
- ssize_t (*store)(struct esre_entry *entry,
79
- const char *buf, size_t count);
80
};
81
82
static struct esre_entry *to_entry(struct kobject *kobj)
0 commit comments