Cc'ing qemu-trivial@ On 10/12/19 8:54 AM, Philippe Mathieu-Daudé wrote:
The hw/sd/ssi-sd.c file is orphean, add it to the SD section.Signed-off-by: Philippe Mathieu-Daudé <[email protected]> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3ca814850e..47eae9fc46 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1445,6 +1445,7 @@ S: Odd Fixes F: include/hw/sd/sd* F: hw/sd/core.c F: hw/sd/sd* +F: hw/sd/ssi-sd.c F: tests/sd*USB
