]> www.infradead.org Git - users/jedix/linux-maple.git/commit
MAINTAINERS: remove unneeded file entry in INPUT section
authorLukas Bulwahn <lukas.bulwahn@redhat.com>
Tue, 3 Sep 2024 09:39:48 +0000 (11:39 +0200)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 3 Sep 2024 15:46:34 +0000 (08:46 -0700)
commit8f5ea12942ad60a0798fcb68995df8a23b8567b7
tree62aab7a2f058efed289a26bb582d2060a7b94836
parentdac973838b0a37d32141c50cf3882b5ff0e42543
MAINTAINERS: remove unneeded file entry in INPUT section

Commit b9401c658d2c ("MAINTAINERS: add gameport.h, serio.h and uinput.h to
INPUT section") adds further header files in ./include/linux/ and
./include/uapi/linux to the INPUT section, but the file
./include/linux/uinput.h does not exist since commit a11bc476b987 ("Input:
uinput - fold header into the driver proper") removed this header file
in 2017.

Fortunately, ./scripts/get_maintainer.pl --self-test=patterns complains
about a broken reference. Remove the file entry referring to the
non-existing header file in the INPUT section.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@redhat.com>
Link: https://lore.kernel.org/r/20240903093948.122957-1-lukas.bulwahn@redhat.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
MAINTAINERS