Re: [PATCH] aspeed/sdmc: Drop unnecessary scu include

2023-01-24 Thread Philippe Mathieu-Daudé
On 24/1/23 07:20, Joel Stanley wrote: The model includes aspeed_scu.h but doesn't appear to require it. Signed-off-by: Joel Stanley --- hw/misc/aspeed_sdmc.c | 1 - 1 file changed, 1 deletion(-) Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH] aspeed/sdmc: Drop unnecessary scu include

2023-01-23 Thread Cédric Le Goater
On 1/24/23 07:20, Joel Stanley wrote: The model includes aspeed_scu.h but doesn't appear to require it. Signed-off-by: Joel Stanley Reviewed-by: Cédric Le Goater Thanks, C. --- hw/misc/aspeed_sdmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/misc/aspeed_sdmc.c b/hw/misc/asp

[PATCH] aspeed/sdmc: Drop unnecessary scu include

2023-01-23 Thread Joel Stanley
The model includes aspeed_scu.h but doesn't appear to require it. Signed-off-by: Joel Stanley --- hw/misc/aspeed_sdmc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/misc/aspeed_sdmc.c b/hw/misc/aspeed_sdmc.c index d2a3931033b3..abb272793393 100644 --- a/hw/misc/aspeed_sdmc.c +++ b/hw/mi