diff options
author | Lukas Bulwahn <[email protected]> | 2024-09-03 11:39:48 +0200 |
---|---|---|
committer | Dmitry Torokhov <[email protected]> | 2024-09-03 08:46:34 -0700 |
commit | 8f5ea12942ad60a0798fcb68995df8a23b8567b7 (patch) | |
tree | 62aab7a2f058efed289a26bb582d2060a7b94836 | |
parent | dac973838b0a37d32141c50cf3882b5ff0e42543 (diff) |
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 <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e28e599cd11e..a2abc6a3e6dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10888,7 +10888,6 @@ F: include/linux/input.h F: include/linux/input/ F: include/linux/libps2.h F: include/linux/serio.h -F: include/linux/uinput.h F: include/uapi/linux/gameport.h F: include/uapi/linux/input-event-codes.h F: include/uapi/linux/input.h |