projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c673a4
)
hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header
author
Philippe Mathieu-Daudé
<philmd@linaro.org>
Fri, 27 Oct 2023 13:42:00 +0000
(15:42 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/hw/watchdog/wdt_aspeed.c
b/hw/watchdog/wdt_aspeed.c
index d267aa185c1cfc8e0b1875d439cc4cf0cc82d46d..273a49d360189acbfd3682f95fa0319a03473664 100644
(file)
--- 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"