diff options
author | Lukas Bulwahn <lukas.bulwahn@gmail.com> | 2023-08-25 07:39:10 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2023-08-27 23:40:04 +0200 |
commit | 45cc2a7de905a1f3bb38fb7d6f68a204c71630be (patch) | |
tree | 396d7c7149093e068e7883c066a7341c5ebd466a /MAINTAINERS | |
parent | rtc: tps65910: Remove redundant dev_warn() and do not check for 0 return afte... (diff) | |
download | linux-45cc2a7de905a1f3bb38fb7d6f68a204c71630be.tar.xz linux-45cc2a7de905a1f3bb38fb7d6f68a204c71630be.zip |
MAINTAINERS: remove obsolete pattern in RTC SUBSYSTEM section
Commit d890cfc25fe9 ("rtc: ds2404: Convert to GPIO descriptors") removes
the rtc-ds2404.h platform data and with that, there is no file remaining
matching the pattern 'include/linux/platform_data/rtc-*'. Hence,
./scripts/get_maintainer.pl --self-test=patterns complains about a broken
reference.
Remove the obsolete file pattern in the REAL TIME CLOCK (RTC) SUBSYSTEM.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20230825053910.17941-1-lukas.bulwahn@gmail.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3be1bdfe8ecc..03cbac3b7211 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17928,7 +17928,6 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git F: Documentation/admin-guide/rtc.rst F: Documentation/devicetree/bindings/rtc/ F: drivers/rtc/ -F: include/linux/platform_data/rtc-* F: include/linux/rtc.h F: include/linux/rtc/ F: include/uapi/linux/rtc.h |