Re: [PATCH] efi/esrt: remove esre_attribute::store()
From: Ard Biesheuvel
Date: Fri Dec 13 2024 - 02:45:28 EST
On Wed, 11 Dec 2024 at 08:05, Jiri Slaby (SUSE) <jirislaby@xxxxxxxxxx> wrote:
>
> esre_attribute::store() is not needed since commit af97a77bc01c (efi:
> Move some sysfs files to be read-only by root). Drop it.
>
> Found by https://github.com/jirislaby/clang-struct.
>
> Signed-off-by: Jiri Slaby (SUSE) <jirislaby@xxxxxxxxxx>
> Cc: Ard Biesheuvel <ardb@xxxxxxxxxx>
> Cc: linux-efi@xxxxxxxxxxxxxxx
Queued up, thanks.
> ---
> drivers/firmware/efi/esrt.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/firmware/efi/esrt.c b/drivers/firmware/efi/esrt.c
> index 7a81c0ce4780..4bb7b0584bc9 100644
> --- a/drivers/firmware/efi/esrt.c
> +++ b/drivers/firmware/efi/esrt.c
> @@ -75,8 +75,6 @@ static LIST_HEAD(entry_list);
> struct esre_attribute {
> struct attribute attr;
> ssize_t (*show)(struct esre_entry *entry, char *buf);
> - ssize_t (*store)(struct esre_entry *entry,
> - const char *buf, size_t count);
> };
>
> static struct esre_entry *to_entry(struct kobject *kobj)
> --
> 2.47.1
>