diff options
author | Tim Schumacher <timschumi@gmx.de> | 2024-03-28 23:50:32 +0300 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2024-04-13 11:33:02 +0300 |
commit | 89ea21d70d9c9968dfd10c7e30520d0f03d465c2 (patch) | |
tree | 86adada399d428eef7f1f7152b8fcbf95aae8828 /include/linux/profile.h | |
parent | 5b625181fbde4a27f84fd97eb16ff7513388d9a8 (diff) | |
download | linux-89ea21d70d9c9968dfd10c7e30520d0f03d465c2.tar.xz |
efivarfs: Remove unused internal struct members
The structure was moved to the efivarfs internals in commit 2d82e6227ea1
("efi: vars: Move efivar caching layer into efivarfs") after previously
being used as the data ABI for efivars until its removal in commit
0f5b2c69a4cb ("efi: vars: Remove deprecated 'efivars' sysfs interface").
As efivarfs only uses the structure for the variable name caching layer,
the data-related members were never in use. Remove them to avoid
implying that efivarfs is bound by the same restrictions that efivars
once had. While at it, remove the packed attribute, since we no longer
have to guarantee a stable layout.
Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'include/linux/profile.h')
0 files changed, 0 insertions, 0 deletions