diff options
author | Tim Schumacher <timschumi@gmx.de> | 2024-03-28 23:50:31 +0300 |
---|---|---|
committer | Ard Biesheuvel <ardb@kernel.org> | 2024-04-13 11:33:02 +0300 |
commit | 5b625181fbde4a27f84fd97eb16ff7513388d9a8 (patch) | |
tree | 70bbf868b081b074fff60535e639916d3aa4ed01 /Documentation/filesystems | |
parent | 24427cda90cbbb9015c73e2dd3329a116a00c8de (diff) | |
download | linux-5b625181fbde4a27f84fd97eb16ff7513388d9a8.tar.xz |
Documentation: Mark the 'efivars' sysfs interface as removed
The 'efivars' sysfs interface was removed in commit 0f5b2c69a4cb ("efi:
vars: Remove deprecated 'efivars' sysfs interface"), but the ABI
documentation was not updated properly.
Strip down the documentation file for /sys/firmware/efi/vars to a very
basic description of what the interface was about, add a section about
the rough removal timeline, and inform the reader about the intended
replacement.
Signed-off-by: Tim Schumacher <timschumi@gmx.de>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/efivarfs.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/efivarfs.rst b/Documentation/filesystems/efivarfs.rst index 0551985821b8..f646c3f0980f 100644 --- a/Documentation/filesystems/efivarfs.rst +++ b/Documentation/filesystems/efivarfs.rst @@ -40,4 +40,4 @@ accidentally. *See also:* - Documentation/admin-guide/acpi/ssdt-overlays.rst -- Documentation/ABI/stable/sysfs-firmware-efi-vars +- Documentation/ABI/removed/sysfs-firmware-efi-vars |