MAINTAINERS: adjust entry after arm64 efi-entry.S file movement
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Fri, 28 Oct 2022 11:56:19 +0000 (13:56 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Wed, 9 Nov 2022 11:42:02 +0000 (12:42 +0100)
commitf9a3c8488762284c855942d917200d2846392e40
tree6cf75aff8ed4f312e3d2725232de597f7c685b2c
parent4ef806096bdbbe9e77c29c17c3ed636d00d6d6f3
MAINTAINERS: adjust entry after arm64 efi-entry.S file movement

Commit 6ed27461c9c8 ("arm64: efi: Move efi-entry.S into the libstub source
directory") moves arch/arm64/kernel/efi-entry.S to
drivers/firmware/efi/libstub/arm64-entry.S, but misses to adjust the
MAINTAINERS file.

Hence, ./scripts/get_maintainer.pl --self-test=patterns complains about a
broken file pattern.

Adjust the file entry in EXTENSIBLE FIRMWARE INTERFACE (EFI) to this file
movement.

As the file drivers/firmware/efi/libstub/arm64-entry.S is already covered
by the entry drivers/firmware/efi/, simply remove the arm64 file entry.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
MAINTAINERS