summaryrefslogtreecommitdiff
path: root/src/dev/etherbus.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/etherbus.hh')
-rw-r--r--src/dev/etherbus.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dev/etherbus.hh b/src/dev/etherbus.hh
index 624ceb81a..6408f7f1f 100644
--- a/src/dev/etherbus.hh
+++ b/src/dev/etherbus.hh
@@ -59,8 +59,7 @@ class EtherBus : public EtherObject
EtherBus *bus;
public:
- DoneEvent(EventQueue *q, EtherBus *b)
- : Event(q), bus(b) {}
+ DoneEvent(EtherBus *b) : bus(b) {}
virtual void process() { bus->txDone(); }
virtual const char *description() const
{ return "ethernet bus completion"; }