aboutsummaryrefslogtreecommitdiffstats
path: root/hw/etraxfs_ser.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/etraxfs_ser.c')
-rw-r--r--hw/etraxfs_ser.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/etraxfs_ser.c b/hw/etraxfs_ser.c
index 11a0f2210..78c449ec4 100644
--- a/hw/etraxfs_ser.c
+++ b/hw/etraxfs_ser.c
@@ -50,8 +50,6 @@ struct etrax_serial_t
CharDriverState *chr;
qemu_irq *irq;
- target_phys_addr_t base;
-
int pending_tx;
/* Control registers. */
@@ -240,8 +238,6 @@ void etraxfs_ser_init(CPUState *env, qemu_irq *irq, CharDriverState *chr,
s->env = env;
s->irq = irq;
- s->base = base;
-
s->chr = chr;
/* transmitter begins ready and idle. */