diff options
Diffstat (limited to 'src/dev/dma_device.hh')
-rw-r--r-- | src/dev/dma_device.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dev/dma_device.hh b/src/dev/dma_device.hh index 8fc4e664c..8b40cc7e4 100644 --- a/src/dev/dma_device.hh +++ b/src/dev/dma_device.hh @@ -50,7 +50,7 @@ class DmaPort : public MasterPort { protected: - struct DmaReqState : public Packet::SenderState, public FastAlloc + struct DmaReqState : public Packet::SenderState { /** Event to call on the device when this transaction (all packets) * complete. */ |