From: Thomas Huth Date: Thu, 26 Oct 2023 08:00:11 +0000 (+0200) Subject: MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section X-Git-Tag: v8.2.0-rc0~19^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=670185cad5f1eaaef8c1949d55ccc10e9c4810dc;p=thirdparty%2Fqemu.git MAINTAINERS: Add include/hw/timer/tmu012.h to the SH4 R2D section tmu012.h is the header that belongs to hw/timer/sh_timer.c, so we should list it in the same section as sh_timer.c. Signed-off-by: Thomas Huth Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Yoshinori Sato Message-ID: <20231026080011.156325-1-thuth@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/MAINTAINERS b/MAINTAINERS index 67086ac6e38..da39660e249 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1617,6 +1617,7 @@ F: hw/intc/sh_intc.c F: hw/pci-host/sh_pci.c F: hw/timer/sh_timer.c F: include/hw/sh4/sh_intc.h +F: include/hw/timer/tmu012.h Shix R: Yoshinori Sato