Cover hw/arm/raspi4b.c. Drop hw/arm/raspi_platform.h, it's in include/hw/arm/, and covered there.
Fixes: 95a5db3ae5 (MAINTAINERS: Add entries for missing ARM boards, 2018-11-19) Cc: Peter Maydell <[email protected]> Cc: Philippe Mathieu-Daudé <[email protected]> Cc: [email protected] Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 839e5036f9..a346728415 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1015,8 +1015,7 @@ M: Peter Maydell <[email protected]> R: Philippe Mathieu-Daudé <[email protected]> L: [email protected] S: Odd Fixes -F: hw/arm/raspi.c -F: hw/arm/raspi_platform.h +F: hw/arm/raspi*.c F: hw/*/bcm283* F: include/hw/arm/rasp* F: include/hw/*/bcm283* -- 2.54.0
