summary refs log tree commit diff stats
path: root/include/hw/misc/macio/pmu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/misc/macio/pmu.h')
-rw-r--r--include/hw/misc/macio/pmu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/hw/misc/macio/pmu.h b/include/hw/misc/macio/pmu.h
index 4f34b6f9e7..72f75612b6 100644
--- a/include/hw/misc/macio/pmu.h
+++ b/include/hw/misc/macio/pmu.h
@@ -218,9 +218,6 @@ typedef struct PMUState {
     /* ADB */
     bool has_adb;
     ADBBusState adb_bus;
-    uint16_t adb_poll_mask;
-    uint8_t autopoll_rate_ms;
-    QEMUTimer *adb_poll_timer;
     uint8_t adb_reply_size;
     uint8_t adb_reply[ADB_MAX_OUT_LEN];