OSDN Git Service

hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 27 Oct 2023 13:42:00 +0000 (15:42 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 15 Nov 2023 08:09:17 +0000 (11:09 +0300)
Aspeed watchdog doesn't use anything from the System Control Unit.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/watchdog/wdt_aspeed.c

index d267aa1..273a49d 100644 (file)
@@ -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"