aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer/aspeed_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/timer/aspeed_timer.h')
-rw-r--r--include/hw/timer/aspeed_timer.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/hw/timer/aspeed_timer.h b/include/hw/timer/aspeed_timer.h
index 040a088734..1fb949e167 100644
--- a/include/hw/timer/aspeed_timer.h
+++ b/include/hw/timer/aspeed_timer.h
@@ -23,8 +23,7 @@
#define ASPEED_TIMER_H
#include "qemu/timer.h"
-
-typedef struct AspeedSCUState AspeedSCUState;
+#include "hw/misc/aspeed_scu.h"
#define ASPEED_TIMER(obj) \
OBJECT_CHECK(AspeedTimerCtrlState, (obj), TYPE_ASPEED_TIMER);