From: Lukas Bulwahn Date: Mon, 13 Apr 2020 11:52:55 +0000 (+0200) Subject: MAINTAINERS: Remove sifive_l2_cache.c from EDAC-SIFIVE pattern X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d9976bc155b11a0875a361e656255c64964d8090;p=linux.git MAINTAINERS: Remove sifive_l2_cache.c from EDAC-SIFIVE pattern Commit 9209fb51896f ("riscv: move sifive_l2_cache.c to drivers/soc") moved arch/riscv/mm/sifive_l2_cache.c to drivers/soc/sifive/sifive_l2_cache.c and adjusted the MAINTAINERS EDAC-SIFIVE entry but slipped in a mistake. Since then, ./scripts/get_maintainer.pl --self-test complains: warning: no file matches F: drivers/soc/sifive_l2_cache.c Boris suggested that sifive_l2_cache.c is considered part of the SIFIVE DRIVERS, not part of EDAC-SIFIVE. So simply drop this entry, and by the sifive keyword pattern in SIFIVE PATTERNS, it is automatically part of the SIFIVE DRIVERS. Suggested-by: Borislav Petkov Co-developed-by: Sebastian Duda Signed-off-by: Sebastian Duda Signed-off-by: Lukas Bulwahn Signed-off-by: Borislav Petkov Link: https://lkml.kernel.org/r/20200413115255.7100-1-lukas.bulwahn@gmail.com --- diff --git a/MAINTAINERS b/MAINTAINERS index e64e5db314976..63839a920e1b1 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6172,7 +6172,6 @@ M: Yash Shah L: linux-edac@vger.kernel.org S: Supported F: drivers/edac/sifive_edac.c -F: drivers/soc/sifive_l2_cache.c EDAC-SKYLAKE M: Tony Luck