[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h
|
From: |
Michael Tokarev |
|
Subject: |
[PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header |
|
Date: |
Thu, 16 Nov 2023 10:44:15 +0300 |
From: Philippe Mathieu-Daudé <philmd@linaro.org>
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 | 1 -
1 file changed, 1 deletion(-)
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"
--
2.39.2
- [PULL 00/27] Trivial patches for 2023-11-16, Michael Tokarev, 2023/11/16
- [PULL 01/27] hw/watchdog/wdt_aspeed: Remove unused 'hw/misc/aspeed_scu.h' header,
Michael Tokarev <=
- [PULL 02/27] MAINTAINERS: Add tests/decode/ to the "Overall TCG CPUs" section, Michael Tokarev, 2023/11/16
- [PULL 03/27] tests/data/qobject/qdict.txt: Avoid non-inclusive words, Michael Tokarev, 2023/11/16
- [PULL 04/27] qapi/pragma.json: Improve the comment about the lists of QAPI rule exceptions, Michael Tokarev, 2023/11/16
- [PULL 05/27] hw/audio/virtio-snd.c: spelling: initalize, Michael Tokarev, 2023/11/16
- [PULL 06/27] qapi/migration.json: spelling: transfering, Michael Tokarev, 2023/11/16
- [PULL 07/27] bsd-user: spelling fixes: necesary, agrument, undocummented, Michael Tokarev, 2023/11/16
- [PULL 08/27] linux-user: spelling fixes: othe, necesary, Michael Tokarev, 2023/11/16
- [PULL 10/27] gdbstub: spelling fix: respectivelly, Michael Tokarev, 2023/11/16
- [PULL 11/27] docs/about/deprecated.rst: spelling fix: becase, Michael Tokarev, 2023/11/16
- [PULL 09/27] hw/cxl: spelling fixes: limitaions, potentialy, intialized, Michael Tokarev, 2023/11/16