From: Philippe Mathieu-Daudé Date: Fri, 27 Oct 2023 13:42:00 +0000 (+0200) Subject: hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=294c63be7da0f572167b3ec04f8ba63ec3dd1291;p=qmiga%2Fqemu.git hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header Aspeed watchdog doesn't use anything from the System Control Unit. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Cédric Le Goater Signed-off-by: Michael Tokarev --- diff --git a/hw/watchdog/wdt_aspeed.c b/hw/watchdog/wdt_aspeed.c index d267aa185c..273a49d360 100644 --- a/hw/watchdog/wdt_aspeed.c +++ b/hw/watchdog/wdt_aspeed.c @@ -14,7 +14,6 @@ #include "qemu/module.h" #include "qemu/timer.h" #include "sysemu/watchdog.h" -#include "hw/misc/aspeed_scu.h" #include "hw/qdev-properties.h" #include "hw/sysbus.h" #include "hw/watchdog/wdt_aspeed.h"