aboutsummaryrefslogtreecommitdiff
path: root/include/hw/timer/i8254_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/timer/i8254_internal.h')
-rw-r--r--include/hw/timer/i8254_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/timer/i8254_internal.h b/include/hw/timer/i8254_internal.h
index e0cff0cf5a..61a1bfbc4e 100644
--- a/include/hw/timer/i8254_internal.h
+++ b/include/hw/timer/i8254_internal.h
@@ -68,7 +68,6 @@ typedef struct PITCommonState {
typedef struct PITCommonClass {
ISADeviceClass parent_class;
- int (*init)(PITCommonState *s);
void (*set_channel_gate)(PITCommonState *s, PITChannelState *sc, int val);
void (*get_channel_info)(PITCommonState *s, PITChannelState *sc,
PITChannelInfo *info);