From: Lukas Bulwahn Date: Mon, 10 Nov 2025 07:35:44 +0000 (+0100) Subject: MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER X-Git-Tag: v6.19-rc1~15^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=40d8123ff7492d014d9396a458b344d59cec3c6b;p=thirdparty%2Fkernel%2Flinux.git MAINTAINERS: drop unneeded file entry in NVIDIA VRS RTC DRIVER Commit 9d6d6b06933c ("rtc: nvvrs: add NVIDIA VRS RTC device driver") adds the section NVIDIA VRS RTC DRIVER in MAINTAINERS, which refers to the non-existing file include/linux/rtc/rtc-nvidia-vrs10.h Note, with the changes of v6 to v7 of the patch series adding the driver, the content of this include file was moved into the driver file, and the include file was dropped from that patch. It was simply missed to adjust the section in MAINTAINERS that was newly added with that patch. Drop the file entry to this non-existing file accordingly now. Signed-off-by: Lukas Bulwahn Acked-by: Thierry Reding Reviewed-by: Jon Hunter Reviewed-by: Shubhi Garg Link: https://patch.msgid.link/20251110073544.443816-1-lukas.bulwahn@redhat.com Signed-off-by: Alexandre Belloni --- diff --git a/MAINTAINERS b/MAINTAINERS index a3b87f2c9eb6..0a19e3171ad4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18434,7 +18434,6 @@ L: linux-tegra@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/rtc/nvidia,vrs-10.yaml F: drivers/rtc/rtc-nvidia-vrs10.c -F: include/linux/rtc/rtc-nvidia-vrs10.h NVIDIA WMI EC BACKLIGHT DRIVER M: Daniel Dadap