qemu/hw/watchdog
Thomas Huth 592711e330 hw/watchdog/wdt_diag288: Remove unnecessary includes
Neither sysbus.h nor module.h are required to compile this file.
diag288 is not a sysbus device, and module.h (for type_init) is
included eventually through qom/object.h.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20201118090344.243117-1-thuth@redhat.com>
[CH: tweaked description]
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
2020-12-11 11:38:10 +01:00
..
Kconfig hw/watchdog: Implement SBSA watchdog device 2020-10-27 11:10:44 +00:00
cmsdk-apb-watchdog.c
meson.build hw/watchdog: Implement SBSA watchdog device 2020-10-27 11:10:44 +00:00
sbsa_gwdt.c hw/watchdog: Implement SBSA watchdog device 2020-10-27 11:10:44 +00:00
trace-events
trace.h
watchdog.c
wdt_aspeed.c
wdt_diag288.c hw/watchdog/wdt_diag288: Remove unnecessary includes 2020-12-11 11:38:10 +01:00
wdt_i6300esb.c Use OBJECT_DECLARE_SIMPLE_TYPE when possible 2020-09-18 14:12:32 -04:00
wdt_ib700.c Use DECLARE_*CHECKER* macros 2020-09-09 09:27:09 -04:00
wdt_imx2.c